mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-13 14:48:34 +00:00
Update upstream
This commit is contained in:
@ -156,6 +156,7 @@ public class LocalSession implements TextureHolder {
|
||||
private transient List<Countable<BlockState>> lastDistribution;
|
||||
private transient World worldOverride;
|
||||
private transient boolean tickingWatchdog = false;
|
||||
private transient boolean hasBeenToldVersion;
|
||||
|
||||
// Saved properties
|
||||
private String lastScript;
|
||||
@ -1199,6 +1200,9 @@ public class LocalSession implements TextureHolder {
|
||||
* @param actor the actor
|
||||
*/
|
||||
public void tellVersion(Actor actor) {
|
||||
if (hasBeenToldVersion) return;
|
||||
hasBeenToldVersion = true;
|
||||
actor.sendAnnouncements();
|
||||
}
|
||||
|
||||
public boolean shouldUseServerCUI() {
|
||||
|
Reference in New Issue
Block a user