great capitalization ~nick

This commit is contained in:
neon 2019-10-03 12:59:36 +02:00
parent 07600537a8
commit a83f87e656

View File

@ -126,7 +126,7 @@ public void SQL_OnQueryCompletedTime(Database db, DBResultSet results, const cha
else
Format(sTime, sizeof(sTime), "%d Seconds", iSeconds);
CPrintToChat(client, "{cyan}[UNLOZE Time] {white}You have played %s on Unloze Servers so far! {lightgreen}(data collected since Octobre 2019)", sTime);
CPrintToChat(client, "{cyan}[UNLOZE Time] {white}You have played %s on UNLOZE Servers so far! {lightgreen}(data collected since Octobre 2019)", sTime);
}
public void SQL_OnQueryCompletedTopTime(Database db, DBResultSet results, const char[] error, int iSerial)