fix indent

This commit is contained in:
2019-11-02 14:42:05 +01:00
parent d3158b9c7f
commit 59bcb3c7a5

View File

@@ -78,9 +78,9 @@ public OnPluginStart(){
LogToOpenFile(logfile,"0x42,start");
/* Hook Events */
HookEvent("round_end", Event_RoundEnd);
HookEvent("player_team", Event_PlayerChangedTeam);
HookEvent("player_disconnect", Event_PlayerDisconnect);
HookEvent("round_end", Event_RoundEnd);
HookEvent("player_team", Event_PlayerChangedTeam);
HookEvent("player_disconnect", Event_PlayerDisconnect);
}
public OnPluginEnd(){