From b4f93602ef9222d0fd7387c12e2b473eff32ad42 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 9a69d855a..0b2efd8cc 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 );