Beispiel #1
0
 public static void DoShutdownNow()
 {
     SetShutdownInterval(0);
     ShutdownInitiated = true;
     PlayerManager.BroadcastToAll(new GameMessageSystemChat("Broadcast from System> ATTENTION - This Asheron's Call Server is shutting down NOW!!!!", ChatMessageType.WorldBroadcast));
     ShutdownServer();
 }