Add support for Empires to mapchooser.

This commit is contained in:
TheCreeper 2016-02-22 21:10:34 +00:00
parent 051e7cf320
commit 6d5dd40875

View File

@ -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);