mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 02:57:45 +00:00
style
This commit is contained in:
parent
a35b934939
commit
1b09369505
2 changed files with 4 additions and 4 deletions
|
@ -440,7 +440,7 @@ void Core::DebugCommandHandler::get( char * data, Core::Entity::PlayerPtr pPlaye
|
|||
"subCommand " + subCommand + " params: " + params );
|
||||
|
||||
|
||||
if( ( subCommand == "pos" ) )
|
||||
if( subCommand == "pos" )
|
||||
{
|
||||
|
||||
int16_t map_id = g_exdData.m_zoneInfoMap[pPlayer->getCurrentZone()->getId()].map_id;
|
||||
|
|
Loading…
Add table
Reference in a new issue