Removed console logging.

This commit is contained in:
2020-05-27 10:24:57 -05:00
parent 4fc84e6a97
commit a3401e1c22
3 changed files with 3 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ namespace SlatedGameToolkit.Tools.Commands
public bool Execute(IInteractable interactable, string[] args)
{
if (args.Length != 1) return false;
args[0] = args[0].ToLower();
if (args[0].Equals("start")) {
if (GameEngine.Running) {
interactable.Tell("Engine is already running!");