From eaf5cea90893eb44e5b5e5caec2d487d07e61531 Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Sat, 14 Feb 2015 10:29:43 -0500 Subject: [PATCH] Fixed a comment --- zone/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/command.cpp b/zone/command.cpp index f54db9a75..f175ce1c1 100644 --- a/zone/command.cpp +++ b/zone/command.cpp @@ -28,7 +28,7 @@ set to nullptr and 0 respectively since they aren't used when adding an alias. The function pointers being equal is makes it an alias. The access level you set with command_add is only a default if - the command isn't listed in the addon.ini file. + the command isn't listed in the commands db table. */