mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
remove debug output
This commit is contained in:
parent
fb06cd4930
commit
6d5317ea1a
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 )
|
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 != "" ) )
|
if( ( ( subCommand == "pos" ) || ( subCommand == "posr" ) ) && ( params != "" ) )
|
||||||
{
|
{
|
||||||
int32_t posX;
|
int32_t posX;
|
||||||
|
|
Loading…
Add table
Reference in a new issue