mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
Update DebugCommandHandler.cpp
This commit is contained in:
parent
01521d2c98
commit
fc7c9c8d31
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ void Core::DebugCommandHandler::set( char * data, Core::Entity::PlayerPtr pPlaye
|
|||
else if ( subCommand == "eorzeatime" )
|
||||
{
|
||||
uint64_t timestamp;
|
||||
sscanf(params.c_str(), "%llu", ×tamp);
|
||||
sscanf( params.c_str(), "%llu", ×tamp );
|
||||
|
||||
pPlayer->setEorzeaTimeOffset( timestamp );
|
||||
pPlayer->sendNotice( "Eorzea time offset: " + std::to_string( timestamp ) );
|
||||
|
|
Loading…
Add table
Reference in a new issue