mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
Part 6 Fix - (#318)
This commit is contained in:
parent
9203d17a33
commit
e6cbf352d5
@ -1081,7 +1081,7 @@ public void SQL_RR_Callback(Database db, DBResultSet results, const char[] error
|
|||||||
}
|
}
|
||||||
|
|
||||||
Menu m = new Menu(RRMenu_Handler);
|
Menu m = new Menu(RRMenu_Handler);
|
||||||
m.SetTitle("%T:", "RecentRecords", client, gI_RecentLimit, (gI_RecentLimit != 1)? "s":"");
|
m.SetTitle("%T:", "RecentRecords", client, gI_RecentLimit);
|
||||||
|
|
||||||
while(results.FetchRow())
|
while(results.FetchRow())
|
||||||
{
|
{
|
||||||
@ -1327,7 +1327,7 @@ void SQL_SetPrefix()
|
|||||||
{
|
{
|
||||||
SetFailState("Cannot open \"configs/shavit-prefix.txt\". Make sure this file exists and that the server has read permissions to it.");
|
SetFailState("Cannot open \"configs/shavit-prefix.txt\". Make sure this file exists and that the server has read permissions to it.");
|
||||||
}
|
}
|
||||||
|
|
||||||
char[] sLine = new char[PLATFORM_MAX_PATH*2];
|
char[] sLine = new char[PLATFORM_MAX_PATH*2];
|
||||||
|
|
||||||
while(fFile.ReadLine(sLine, PLATFORM_MAX_PATH*2))
|
while(fFile.ReadLine(sLine, PLATFORM_MAX_PATH*2))
|
||||||
|
|||||||
@ -96,8 +96,8 @@
|
|||||||
// ---------- WR Menu ---------- //
|
// ---------- WR Menu ---------- //
|
||||||
"RecentRecords"
|
"RecentRecords"
|
||||||
{
|
{
|
||||||
"#format" "{1:d},{2:s}"
|
"#format" "{1:d}"
|
||||||
"en" "Recent {1} record{2}"
|
"en" "Recent {1} record(s)"
|
||||||
}
|
}
|
||||||
"WRDate"
|
"WRDate"
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user