forked from SteamWar/SteamWar
Hotfix XrayCommand bugging players back
This commit is contained in:
@@ -104,7 +104,7 @@ public class XrayCommand extends SWCommand implements Listener, ScoreboardElemen
|
||||
if (hidden.containsKey(region) && hidden.get(region).contains(player)) {
|
||||
Bukkit.getScheduler().runTaskLater(BauSystem.getInstance(), () -> {
|
||||
PlayerMovementWrapper.impl.setPosition(player, o);
|
||||
}, 1L);
|
||||
}, 0);
|
||||
return null;
|
||||
}
|
||||
return o;
|
||||
|
||||
Reference in New Issue
Block a user