1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 01:37:47 +00:00

Fix indent

This commit is contained in:
Minho Kang 2017-09-19 23:33:49 +09:00
parent 22fb4c681e
commit 720ef9d702

View file

@ -40,7 +40,6 @@ extern Core::ServerZone g_serverZone;
// instanciate and initialize commands
Core::DebugCommandHandler::DebugCommandHandler()
{
// Push all commands onto the register map ( command name - function - description - required GM level )
registerCommand( "set", &DebugCommandHandler::set, "Loads and injects a premade Packet.", 1 );
registerCommand( "get", &DebugCommandHandler::get, "Loads and injects a premade Packet.", 1 );