From 01bc6a33eb235cd10851e2c31b99e6840603ca7d Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Thu, 1 Jun 2023 12:53:13 +1200 Subject: IT WORKS!!!!!! The new config commands system works, finally able to run this as a test and it works!!!!!. Still more to be done but at least it works. --- commands.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.cpp') diff --git a/commands.cpp b/commands.cpp index 549775e..09bdf62 100644 --- a/commands.cpp +++ b/commands.cpp @@ -150,6 +150,7 @@ CommandArg* CommandsModule::getCommandArgs(vector& split, const CommandA void CommandsModule::runCommand(string command) { + cout << command << endl; vector split = splitCommand(command); Command* cmd = lookupCommand(split[0]); if(cmd == nullptr) -- cgit v1.2.3