Removed console logging.
This commit is contained in:
@@ -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!");
|
||||
|
Reference in New Issue
Block a user