mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 08:04:39 +00:00
Option for 3
This commit is contained in:
parent
38969b6bf3
commit
2093d62ebd
1 changed files with 2 additions and 0 deletions
|
|
@ -222,6 +222,8 @@ function CreateServer(%mission, %missionType)
|
||||||
setPerfCounterEnable(1);
|
setPerfCounterEnable(1);
|
||||||
else if(($Host::ClassicUseHighPerformanceCounter $= "2") || ($Host::ClassicUseHighPerformanceCounter == 2))
|
else if(($Host::ClassicUseHighPerformanceCounter $= "2") || ($Host::ClassicUseHighPerformanceCounter == 2))
|
||||||
setPerfCounterEnable(2);
|
setPerfCounterEnable(2);
|
||||||
|
else if(($Host::ClassicUseHighPerformanceCounter $= "3") || ($Host::ClassicUseHighPerformanceCounter == 3))
|
||||||
|
setPerfCounterEnable(3);
|
||||||
|
|
||||||
// Load Banlist
|
// Load Banlist
|
||||||
ClassicLoadBanlist();
|
ClassicLoadBanlist();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue