There was an error while loading. Please reload this page.
1 parent 3b27594 commit bbf353bCopy full SHA for bbf353b
1 file changed
addons/common/CfgEventHandlers.hpp
@@ -43,7 +43,7 @@ class Extended_Respawn_EventHandlers {
43
respawn = QUOTE(call FUNC(restoreVariablesJIP));
44
};
45
class GVAR(setName) {
46
- respawn = QUOTE(call FUNC(setName));
+ respawn = QUOTE((_this select 0) call FUNC(setName));
47
48
class GVAR(RESETDefaults) {
49
respawn = QUOTE(call FUNC(resetAllDefaults));
0 commit comments