Added shuttle countdown sequence

This commit is contained in:
Waverunner
2013-11-10 11:43:56 -05:00
parent 34d0ce25b6
commit 87d4bb0829
5 changed files with 131 additions and 10 deletions
-1
View File
@@ -260,7 +260,6 @@ public class CommandService implements INetworkDispatch {
return;
core.scriptService.callScript("scripts/commands/", command.getCommandName(), "run", core, actor, target, commandArgs);
System.out.println("Script called.");
}
@Override