mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Update server.cs
This commit is contained in:
parent
2093d62ebd
commit
3001639fab
|
|
@ -216,14 +216,14 @@ function CreateServer(%mission, %missionType)
|
|||
|
||||
// z0dd - ZOD, 07/19/03. fix for stuttering dual processor servers.
|
||||
// Moved here because it seems server must be created first.
|
||||
if(($Host::ClassicUseHighPerformanceCounter $= "0") || ($Host::ClassicUseHighPerformanceCounter == 0))
|
||||
setPerfCounterEnable(0);
|
||||
else if(($Host::ClassicUseHighPerformanceCounter $= "1") || ($Host::ClassicUseHighPerformanceCounter == 1))
|
||||
if(($Host::ClassicUseHighPerformanceCounter $= "1") || ($Host::ClassicUseHighPerformanceCounter == 1))
|
||||
setPerfCounterEnable(1);
|
||||
else if(($Host::ClassicUseHighPerformanceCounter $= "2") || ($Host::ClassicUseHighPerformanceCounter == 2))
|
||||
setPerfCounterEnable(2);
|
||||
else if(($Host::ClassicUseHighPerformanceCounter $= "3") || ($Host::ClassicUseHighPerformanceCounter == 3))
|
||||
setPerfCounterEnable(3);
|
||||
else
|
||||
setPerfCounterEnable(0);
|
||||
|
||||
// Load Banlist
|
||||
ClassicLoadBanlist();
|
||||
|
|
|
|||
Loading…
Reference in a new issue