mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Zeus - fix script error (#6833)
This commit is contained in:
parent
48f45ae27a
commit
c423e2167c
@ -15,7 +15,7 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
isNil QQGVAR(zeus) && {
|
(isNil QGVAR(zeus)) && {
|
||||||
switch (GVAR(canCreateZeus)) do {
|
switch (GVAR(canCreateZeus)) do {
|
||||||
case CAN_CREATE_ADMIN: {isServer || {IS_ADMIN_LOGGED}};
|
case CAN_CREATE_ADMIN: {isServer || {IS_ADMIN_LOGGED}};
|
||||||
case CAN_CREATE_CONSOLE: {call BIS_fnc_isDebugConsoleAllowed};
|
case CAN_CREATE_CONSOLE: {call BIS_fnc_isDebugConsoleAllowed};
|
||||||
|
Loading…
Reference in New Issue
Block a user