mirror of
https://codeberg.org/spire/autoexec.git
synced 2026-06-03 18:24:06 +02:00
fix error
This commit is contained in:
parent
b523fb4271
commit
e369f0a428
1 changed files with 11 additions and 11 deletions
|
|
@ -17,7 +17,7 @@ new StringMap:mapTypeMap;
|
|||
new StringMap:gameModeMap;
|
||||
new StringMap:configOverwriteMap;
|
||||
bool inAutoExec = false;
|
||||
bool[4] warned = {false, false, false, false}; // size 4 so we can use team indexes
|
||||
bool warned[4] = {false, false, false, false}; // size 4 so we can use team indexes
|
||||
|
||||
new Handle:CvarLeague = INVALID_HANDLE;
|
||||
new Handle:CvarMode = INVALID_HANDLE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue