1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Fix duplicate event

This commit is contained in:
PabstMirror 2016-05-24 19:25:38 -05:00
parent c4999c13e4
commit fef50ae48f

@ -19,5 +19,4 @@ class ACE_newEvents {
medical_onUnconscious = "ace_medical_onUnconscious";
playerVehicleChanged = "ace_playerVehicleChanged";
playerChanged = "ace_playerChanged";
interactMenuOpened = "ace_interactMenuOpened";
};