Be consistent.
This commit is contained in:
parent
6d5dd40875
commit
39d9f4da3f
@ -157,7 +157,8 @@ public void OnPluginStart()
|
||||
{
|
||||
HookEvent("round_win", Event_RoundEnd);
|
||||
}
|
||||
else if (strcmp(folder, "empires") == 0) {
|
||||
else if (strcmp(folder, "empires") == 0)
|
||||
{
|
||||
HookEvent("game_end", Event_RoundEnd);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user