Add support for Empires to mapchooser.
This commit is contained in:
parent
051e7cf320
commit
6d5dd40875
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user