From 6b3dff404248bcf03e0bf0463a8c53d8918f7eec Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Wed, 31 May 2023 20:55:49 +1200 Subject: Added support for commands without a module Also made it easier to add commands by making the ~addCommand~ function accept a vector for ~argTypes~ and then convert it. --- config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 55e55aa..e6d6227 100644 --- a/config.h +++ b/config.h @@ -47,7 +47,6 @@ public: // Keybind Commands COMMAND(exit); - COMMAND(spawn); COMMAND(spawn_once); COMMAND(changeWS); COMMAND(wToWS); -- cgit v1.2.3