(b17b66c5f) updated remora and drone

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:35:29 +03:00
parent 7559fc3d7c
commit 26eaf244ed
16 changed files with 68 additions and 336 deletions
@@ -403,7 +403,7 @@ namespace Barotrauma
if (campaign.CheatsEnabled)
{
DebugConsole.CheatsEnabled = true;
if (Steam.SteamManager.USE_STEAM && !SteamAchievementManager.CheatsEnabled)
if (GameMain.Config.UseSteam && !SteamAchievementManager.CheatsEnabled)
{
SteamAchievementManager.CheatsEnabled = true;
new GUIMessageBox("Cheats enabled", "Cheat commands have been enabled on the campaign. You will not receive Steam Achievements until you restart the game.");