public void Start() { IpLogger.PrintServerIps(); udpServer.Start(); Log.Info("Nitrox Server Started"); EnablePeriodicSaving(); }
public void Start() { IsRunning = true; IpLogger.PrintServerIps(); server.Start(); Log.Info("Nitrox Server Started"); EnablePeriodicSaving(); }
public bool Start() { if (!server.Start()) { return(false); } Log.Info("Nitrox Server Started"); IsRunning = true; EnablePeriodicSaving(); #if RELEASE IpLogger.PrintServerIps(); #endif return(true); }
public bool Start() { if (!server.Start()) { return(false); } Log.Info("Nitrox Server Started"); IsRunning = true; EnablePeriodicSaving(); #if RELEASE // Help new players on which IP they should give to their friends IpLogger.PrintServerIps(); #endif return(true); }