This commit is contained in:
neon 2019-05-13 11:30:11 +02:00
parent 8ee180f1a8
commit 2aefde7ef1

View File

@ -240,7 +240,7 @@ public void SQL_OnQueryCompleted(Database db, DBResultSet results, const char[]
char sConnectionType[32];
if(!SteamClientAuthenticated(sAuthID))
sConnectionType = "RevEmu";
sConnectionType = "NoAuth";
else
sConnectionType = "SteamLegit";