mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
remove unused translation file
This commit is contained in:
parent
16e832dc77
commit
b69e301415
@ -648,7 +648,7 @@ Action ShowHUDMenu(int client, int item)
|
||||
menu.AddItem(sInfo, sHudItem);
|
||||
|
||||
FormatEx(sInfo, 16, "@%d", HUD2_TIMEDIFFERENCE);
|
||||
FormatEx(sHudItem, 64, "%T", "HudTimeDiffText", client);
|
||||
FormatEx(sHudItem, 64, "%T", "HudTimeDifference", client);
|
||||
menu.AddItem(sInfo, sHudItem);
|
||||
|
||||
FormatEx(sInfo, 16, "@%d", HUD2_SPEED);
|
||||
|
||||
@ -43,10 +43,6 @@
|
||||
{
|
||||
"en" "Time"
|
||||
}
|
||||
"HudTimeDiffText"
|
||||
{
|
||||
"en" "Time difference"
|
||||
}
|
||||
"HudBestText"
|
||||
{
|
||||
"en" "Best"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user