nightleaf Admin
Posts : 112 Join date : 2007-08-05 Age : 32 Location : In Evolution
Members Nightscape 2: = Dead! Evolution Server!!!
| Subject: update command Tue Sep 04, 2007 1:47 am | |
| command to refresh the server. - Code:
-
else if (command.startsWith("update") && command.length() > 7) { PlayerHandler.updateSeconds = (Integer.parseInt(command.substring(7)) + 1); PlayerHandler.updateAnnounced = false; PlayerHandler.updateRunning = true; PlayerHandler.updateStartTime = System.currentTimeMillis(); } | |
|