Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
cleanup, phrases
Browse files Browse the repository at this point in the history
  • Loading branch information
totles committed Feb 18, 2019
1 parent f88a0a7 commit bb78a44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions addons/sourcemod/scripting/SurfTimer.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2753,8 +2753,7 @@ public void OnPluginStart()

public void OnAllPluginsLoaded()
{
// Check if store is running
// g_hStore = FindPluginByFile("store.smx");
// nothing
}

/*====== End of Events ======*/
Expand Down
2 changes: 0 additions & 2 deletions addons/sourcemod/scripting/surftimer/timer.sp
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,6 @@ public Action CenterMsgTimer(Handle timer, any client)
{
g_fLastOverlay[client] = GetGameTime();
g_bOverlay[client] = true;
// fluffys
// PrintHintText(client, "%t", "PositionRestored");
}
g_bRestorePositionMsg[client] = false;
}
Expand Down
4 changes: 2 additions & 2 deletions addons/sourcemod/translations/surftimer.phrases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"MissedMapBest"
{
"#format" "{1:s},{2:s}"
"en" "{1} You have missed your best time of [{lightgreen}{2}{default}]"
"en" "{1} You missed your PB of [{lightgreen}{2}{default}]"
}
"SkillGroup"
{
Expand All @@ -93,7 +93,7 @@
"Rc_PlayerRankStart"
{
"#format" "{1:s}"
"en" "{1} Refreshing profile data."
"en" "{1} Refreshing profile data"
}
"Rc_PlayerRankFinished"
{
Expand Down

0 comments on commit bb78a44

Please sign in to comment.