mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
remove debug output
This commit is contained in:
parent
dde0a30fa3
commit
94845da821
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ public:
|
|||
|
||||
virtual void run( Entity::Player& player, const std::string& data, const std::string& subCommand, const std::string& params )
|
||||
{
|
||||
player.sendDebug( subCommand );
|
||||
player.sendDebug( params );
|
||||
|
||||
if( ( ( subCommand == "pos" ) || ( subCommand == "posr" ) ) && ( params != "" ) )
|
||||
{
|
||||
int32_t posX;
|
||||
|
|
Loading…
Add table
Reference in a new issue