Zeus - fix script error (#6833)

This commit is contained in:
PabstMirror 2019-02-24 14:03:54 -06:00 committed by GitHub
parent 48f45ae27a
commit c423e2167c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
* Public: No
*/
isNil QQGVAR(zeus) && {
(isNil QGVAR(zeus)) && {
switch (GVAR(canCreateZeus)) do {
case CAN_CREATE_ADMIN: {isServer || {IS_ADMIN_LOGGED}};
case CAN_CREATE_CONSOLE: {call BIS_fnc_isDebugConsoleAllowed};