1
0

Style fixes.

This commit is contained in:
madmaxoft
2014-09-29 21:38:11 +02:00
parent 30b083ed63
commit aae90c2cf0
3 changed files with 13 additions and 10 deletions

View File

@@ -1822,7 +1822,8 @@ void cRankManager::ClearPlayerRanks(void)
ASSERT(m_IsInitialized);
cCSLock Lock(m_CS);
try {
try
{
SQLite::Statement stmt(m_DB, "DELETE FROM PlayerRank");
stmt.exec();
}