missed inheritance check

This commit is contained in:
lambdatiger 2024-01-12 20:36:02 -06:00
parent b836708237
commit 12c5a69d23

View File

@ -4,7 +4,7 @@
#define ACE_FRAG_RM_EH class EventHandlers: EventHandlers {\
delete ADDON;\
}
#define ACE_FRAG_ADD_EH class EventHandlers: EventHandlers {\
#define ACE_FRAG_ADD_EH class EventHandlers {\
class ADDON {\
init = QUOTE(if (isServer) then {_this call FUNC(initRound);};);\
};\