mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Sitting - Fix missing semicolon
This commit is contained in:
parent
843eb16837
commit
26c051d397
@ -22,7 +22,7 @@ class Extended_Killed_EventHandlers {
|
||||
class Extended_InitPost_EventHandlers {
|
||||
class ThingX {
|
||||
class ADDON {
|
||||
init = QUOTE(_this call DFUNC(addSitActions))
|
||||
init = QUOTE(_this call DFUNC(addSitActions));
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user