mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change stringtables and main variables prefixes to ACE
This commit is contained in:
@ -13,7 +13,7 @@ class Extended_PostInit_EventHandlers {
|
||||
class Extended_GetIn_EventHandlers {
|
||||
class All {
|
||||
class ADDONnu {
|
||||
clientGetIn = QUOTE( if (_this select 2 == AGM_player && {!isNull (findDisplay 1713999)}) then {(findDisplay 1713999) closeDisplay 1});
|
||||
clientGetIn = QUOTE( if (_this select 2 == ACE_player && {!isNull (findDisplay 1713999)}) then {(findDisplay 1713999) closeDisplay 1});
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -21,7 +21,7 @@ class Extended_GetIn_EventHandlers {
|
||||
class Extended_GetOut_EventHandlers {
|
||||
class All {
|
||||
class ADDONnu {
|
||||
clientGetOut = QUOTE( if (_this select 2 == AGM_player && {!isNull (findDisplay 1713999)}) then {(findDisplay 1713999) closeDisplay 1});
|
||||
clientGetOut = QUOTE( if (_this select 2 == ACE_player && {!isNull (findDisplay 1713999)}) then {(findDisplay 1713999) closeDisplay 1});
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user