static public void OnClose(object obj, ConsoleCancelEventArgs Args) { Log.Info("Fermeture", "Fermeture du serveur"); WorldMgr.Stop(); Player.Stop(); }
public static void OnClose(object obj, object Args) { Log.Info("Closing", "Closing the server"); WorldMgr.Stop(); Player.Stop(); }
static public void OnClose(object obj, object Args) { Log.Info("Fermeture", "Fermeture du serveur"); WorldMgr.Stop(); Player.Stop(); }