diff --git a/plugins/mapchooser.sp b/plugins/mapchooser.sp index 5b966bca..52bbb0ec 100644 --- a/plugins/mapchooser.sp +++ b/plugins/mapchooser.sp @@ -157,6 +157,9 @@ public void OnPluginStart() { HookEvent("round_win", Event_RoundEnd); } + else if (strcmp(folder, "empires") == 0) { + HookEvent("game_end", Event_RoundEnd); + } else { HookEvent("round_end", Event_RoundEnd);