Merge pull request #479 from TheCreeper/master
Add support for EmpiresMod to mapchooser plugin.
This commit is contained in:
commit
c81e1865e0
@ -157,6 +157,10 @@ 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