mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 09:43:21 +00:00
Fix missing phrases
This commit is contained in:
parent
1645a59e55
commit
5d074da841
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -40,6 +40,8 @@ public void OnPluginStart() {
|
||||||
SetFailState("Failed to connect to database.");
|
SetFailState("Failed to connect to database.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LoadTranslations("common.phrases");
|
||||||
|
|
||||||
lastPlayers = new ArrayList(sizeof(PlayerData));
|
lastPlayers = new ArrayList(sizeof(PlayerData));
|
||||||
|
|
||||||
HookEvent("player_disconnect", Event_PlayerDisconnect);
|
HookEvent("player_disconnect", Event_PlayerDisconnect);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue