Simplify server tick timeout handling.

This commit is contained in:
Paul Chote
2018-08-11 14:04:49 +01:00
parent d37119655b
commit efccd610d3
3 changed files with 4 additions and 9 deletions

View File

@@ -33,8 +33,6 @@ namespace OpenRA.Mods.Common.Server
{ 2, "Server name contains a blacklisted word." }
};
public int TickTimeout { get { return MasterPingInterval * 10000; } }
long lastPing = 0;
bool isInitialPing = true;