diff --git a/scripts/native/debugcommands/Set.cpp b/scripts/native/debugcommands/Set.cpp index ccf2cdc8..d9b1747a 100644 --- a/scripts/native/debugcommands/Set.cpp +++ b/scripts/native/debugcommands/Set.cpp @@ -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;