mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-09-20 11:37:54 +02:00
Fix sponge generator cast
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user