mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-01 06:53:26 +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) {
|
if (eworld != null) {
|
||||||
DPlayer player = DPlayer.get(name);
|
DPlayer player = DPlayer.get(name);
|
||||||
|
|
||||||
P.p.log("ASD");
|
|
||||||
|
|
||||||
if (player != null) {
|
if (player != null) {
|
||||||
P.p.log("ASD2");
|
|
||||||
if (eworld.world.getPlayers().contains(player.player)) {
|
if (eworld.world.getPlayers().contains(player.player)) {
|
||||||
P.p.log("ASDs");
|
|
||||||
player.leave();
|
player.leave();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user