added /d for warhammer nerds
Pawkette [03-01-14 - 08:17]
added /d for warhammer nerds
diff --git a/Console.lua b/Console.lua
index 293b622..7517571 100644
--- a/Console.lua
+++ b/Console.lua
@@ -185,5 +185,6 @@ end
-- @tparam table self
function Pky_Console_Initialized( self )
CONSOLE = Console:New( self )
- SLASH_COMMANDS['/console'] = function( ... ) CONSOLE:Show() end
+ SLASH_COMMANDS['/console'] = function( ... ) CONSOLE:Show() end
+ SLASH_COMMANDS['/d'] = function( ... ) CONSOLE:Show() end
end
\ No newline at end of file