Skip to content

Commit

Permalink
Minor addition
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomeffinWay committed Mar 23, 2013
1 parent 28c6bfc commit 8bb215b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -69,6 +69,8 @@ public void execute(ScriptEntry scriptEntry) throws CommandExecutionException {
else
chunkDelays.put(chunk, (long) -1);
dB.echoDebug("...added chunk "+chunk.getX() + ", "+ chunk.getZ() + " with a " + length.getSeconds() + "delay");
if(!chunk.isLoaded())
chunk.load();
case REMOVE:
if(chunkDelays.containsKey(chunk)) {
chunkDelays.remove(chunk);
Expand Down

0 comments on commit 8bb215b

Please sign in to comment.