mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-20 22:53:35 +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);
|
||||
else if(($Host::ClassicUseHighPerformanceCounter $= "2") || ($Host::ClassicUseHighPerformanceCounter == 2))
|
||||
setPerfCounterEnable(2);
|
||||
else if(($Host::ClassicUseHighPerformanceCounter $= "3") || ($Host::ClassicUseHighPerformanceCounter == 3))
|
||||
setPerfCounterEnable(3);
|
||||
|
||||
// Load Banlist
|
||||
ClassicLoadBanlist();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue