mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 11:28: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);
|
menu.AddItem(sInfo, sHudItem);
|
||||||
|
|
||||||
FormatEx(sInfo, 16, "@%d", HUD2_TIMEDIFFERENCE);
|
FormatEx(sInfo, 16, "@%d", HUD2_TIMEDIFFERENCE);
|
||||||
FormatEx(sHudItem, 64, "%T", "HudTimeDiffText", client);
|
FormatEx(sHudItem, 64, "%T", "HudTimeDifference", client);
|
||||||
menu.AddItem(sInfo, sHudItem);
|
menu.AddItem(sInfo, sHudItem);
|
||||||
|
|
||||||
FormatEx(sInfo, 16, "@%d", HUD2_SPEED);
|
FormatEx(sInfo, 16, "@%d", HUD2_SPEED);
|
||||||
|
|||||||
@ -43,10 +43,6 @@
|
|||||||
{
|
{
|
||||||
"en" "Time"
|
"en" "Time"
|
||||||
}
|
}
|
||||||
"HudTimeDiffText"
|
|
||||||
{
|
|
||||||
"en" "Time difference"
|
|
||||||
}
|
|
||||||
"HudBestText"
|
"HudBestText"
|
||||||
{
|
{
|
||||||
"en" "Best"
|
"en" "Best"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user