mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-28 13:36:33 +01:00
Removed Debug logs
Signed-off-by: Grafe <flingelfrank@hotmail.com>
This commit is contained in:
parent
00785cbcd5
commit
c03d57a963
@ -239,12 +239,8 @@ public class EditWorld {
|
||||
if (eworld != null) {
|
||||
DPlayer player = DPlayer.get(name);
|
||||
|
||||
P.p.log("ASD");
|
||||
|
||||
if (player != null) {
|
||||
P.p.log("ASD2");
|
||||
if (eworld.world.getPlayers().contains(player.player)) {
|
||||
P.p.log("ASDs");
|
||||
player.leave();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user