mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Safeguard against repeat usage
This commit is contained in:
parent
788c23c940
commit
2aebabdb2c
@ -30,6 +30,8 @@ _this = _this select 1;
|
||||
switch _mode do {
|
||||
|
||||
case "Init": {
|
||||
if !(isNil QGVAR(cam)) exitWith {};
|
||||
|
||||
GVAR(noEscape) = if (count _this > 0) then {
|
||||
_this select 0
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user