Fix sponge generator cast

This commit is contained in:
Jesse Boyd
2016-07-29 12:12:28 +10:00
parent 30d18c917d
commit ffddf5c187
7 changed files with 10 additions and 85 deletions

View File

@@ -166,6 +166,9 @@ public class FlagCmd extends SubCommand {
return false;
}
}
if(flag == Flags.TIME) {
player.setTime(Long.MAX_VALUE);
}
MainUtil.sendMessage(player, C.FLAG_REMOVED);
return true;
}