mirror of
https://github.com/FAUSheppy/skillbird-sourcemod
synced 2025-12-09 00:18:34 +01:00
fix indent
This commit is contained in:
@@ -78,9 +78,9 @@ public OnPluginStart(){
|
|||||||
LogToOpenFile(logfile,"0x42,start");
|
LogToOpenFile(logfile,"0x42,start");
|
||||||
|
|
||||||
/* Hook Events */
|
/* Hook Events */
|
||||||
HookEvent("round_end", Event_RoundEnd);
|
HookEvent("round_end", Event_RoundEnd);
|
||||||
HookEvent("player_team", Event_PlayerChangedTeam);
|
HookEvent("player_team", Event_PlayerChangedTeam);
|
||||||
HookEvent("player_disconnect", Event_PlayerDisconnect);
|
HookEvent("player_disconnect", Event_PlayerDisconnect);
|
||||||
}
|
}
|
||||||
|
|
||||||
public OnPluginEnd(){
|
public OnPluginEnd(){
|
||||||
|
|||||||
Reference in New Issue
Block a user