From 28870e10af5e9333f64855f491693bdd4e8f9dbf Mon Sep 17 00:00:00 2001 From: cheddar-cheeze Date: Thu, 20 Dec 2018 20:50:29 -0600 Subject: [PATCH] updated error message for achivement safety --- src/hacks/Achievement.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hacks/Achievement.cpp b/src/hacks/Achievement.cpp index f52a2769..a99b7320 100644 --- a/src/hacks/Achievement.cpp +++ b/src/hacks/Achievement.cpp @@ -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++)