mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-12 16:10:32 +00:00
Added option for 2
This commit is contained in:
parent
8640aa0b0f
commit
6d712719e2
1 changed files with 3 additions and 5 deletions
|
|
@ -217,13 +217,11 @@ 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
|
||||
{
|
||||
else if(($Host::ClassicUseHighPerformanceCounter $= "1") || ($Host::ClassicUseHighPerformanceCounter == 1))
|
||||
setPerfCounterEnable(1);
|
||||
}
|
||||
else if(($Host::ClassicUseHighPerformanceCounter $= "2") || ($Host::ClassicUseHighPerformanceCounter == 2))
|
||||
setPerfCounterEnable(2);
|
||||
|
||||
// Load Banlist
|
||||
ClassicLoadBanlist();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue