Removed Debug logs

Signed-off-by: Grafe <flingelfrank@hotmail.com>
This commit is contained in:
Grafe 2013-05-05 02:36:54 +02:00
parent 00785cbcd5
commit c03d57a963

View File

@ -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();
}
}