From 62d79aff036dfb63fc1f88c62174bbde7b689cbc Mon Sep 17 00:00:00 2001 From: juanjp600 Date: Thu, 10 Nov 2016 21:48:50 -0300 Subject: [PATCH] Removed testasd command --- Subsurface/Source/DebugConsole.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Subsurface/Source/DebugConsole.cs b/Subsurface/Source/DebugConsole.cs index 42554ccd6..16083a694 100644 --- a/Subsurface/Source/DebugConsole.cs +++ b/Subsurface/Source/DebugConsole.cs @@ -748,8 +748,6 @@ namespace Barotrauma DebugConsole.ThrowError("TutorialSub.sub not found!"); } - break; - case "testasd": break; default: NewMessage("Command not found", Color.Red);