From b1ac32df80df3fc0d0df77b0045f1196ac14bc61 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Thu, 1 Jun 2023 21:11:08 -0500 Subject: [PATCH] update t5zm game interface gsc game end event --- GameFiles/GameInterface/_integration_t5zm.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameFiles/GameInterface/_integration_t5zm.gsc b/GameFiles/GameInterface/_integration_t5zm.gsc index 9a69d855..0b2efd8c 100644 --- a/GameFiles/GameInterface/_integration_t5zm.gsc +++ b/GameFiles/GameInterface/_integration_t5zm.gsc @@ -7,7 +7,7 @@ Init() Setup() { - level endon( "game_ended" ); + level endon( "end_game" ); waittillframeend; level waittill( level.notifyTypes.sharedFunctionsInitialized );