updated error message for achivement safety

This commit is contained in:
cheddar-cheeze 2018-12-20 20:50:29 -06:00
parent cfec5d5d3a
commit 28870e10af
No known key found for this signature in database
GPG Key ID: 4B1D67B504980B14

View File

@ -17,7 +17,7 @@ void Lock()
{
if (safety)
{
ConColorMsg({ 255, 0, 0, 255 }, "Switch " CON_PREFIX "achievement_safety to 0 before using any achievement commands!\n");
ConColorMsg({ 255, 0, 0, 255 }, "Switch `cat set achievement.safety` to true before using any achievement commands!\n");
return;
}
g_ISteamUserStats->RequestCurrentStats();
@ -38,7 +38,7 @@ void Unlock()
int)Item->uniqueid());*/
if (safety)
{
ConColorMsg({ 255, 0, 0, 255 }, "Switch " CON_PREFIX "achievement_safety to 0 before using any achievement commands!\n");
ConColorMsg({ 255, 0, 0, 255 }, "Switch `cat set achievement.safety` to true before using any achievement commands!\n");
return;
}
for (int i = 0; i < g_IAchievementMgr->GetAchievementCount(); i++)