Fixed basic style violations.
This commit is contained in:
parent
bc44b96059
commit
d8527c5429
@ -507,10 +507,8 @@ AStringVector cRankManager::GetPlayerGroups(const AString & a_PlayerUUID)
|
||||
// Prepare the DB statement:
|
||||
SQLite::Statement stmt(m_DB,
|
||||
"SELECT PermGroup.Name FROM PermGroup "
|
||||
"LEFT JOIN RankPermGroup "
|
||||
"ON PermGroup.PermGroupID = RankPermGroup.PermGroupID "
|
||||
"LEFT JOIN PlayerRank "
|
||||
"ON PlayerRank.RankID = RankPermGroup.RankID "
|
||||
"LEFT JOIN RankPermGroup ON PermGroup.PermGroupID = RankPermGroup.PermGroupID "
|
||||
"LEFT JOIN PlayerRank ON PlayerRank.RankID = RankPermGroup.RankID "
|
||||
"WHERE PlayerRank.PlayerUUID = ?"
|
||||
);
|
||||
stmt.bind(1, a_PlayerUUID);
|
||||
|
Loading…
Reference in New Issue
Block a user