From 6d5dd4087565518a801e641449b16c7690ad2c9b Mon Sep 17 00:00:00 2001 From: TheCreeper Date: Mon, 22 Feb 2016 21:10:34 +0000 Subject: [PATCH] Add support for Empires to mapchooser. --- plugins/mapchooser.sp | 3 +++ 1 file changed, 3 insertions(+) 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);