Be consistent.

This commit is contained in:
TheCreeper 2016-02-22 21:15:38 +00:00
parent 6d5dd40875
commit 39d9f4da3f

View File

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