1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

remove debug to test rngmgr;

This commit is contained in:
Alice Ogeda 2022-02-19 23:54:21 -03:00
parent 92861799f8
commit becbc4d54f

View file

@ -178,15 +178,6 @@ void DebugCommandMgr::set( char* data, Entity::Player& player, std::shared_ptr<
if( ( ( subCommand == "pos" ) || ( subCommand == "posr" ) ) && ( params != "" ) )
{
auto& rngMgr = Common::Service< RNGMgr >::ref();
auto state = rngMgr.getRandGenerator( 0, 10 );
auto arr = state.nextCount< 10 >();
for( auto val : arr )
{
Logger::info( std::to_string( val ) );
}
int32_t posX;
int32_t posY;
int32_t posZ;