mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-15 15:07:45 +00:00
Update DebugCommandHandler.cpp
This commit is contained in:
parent
2324dc813c
commit
5ee34117ce
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" )
|
else if ( subCommand == "eorzeatime" )
|
||||||
{
|
{
|
||||||
uint64_t timestamp;
|
uint64_t timestamp;
|
||||||
sscanf(params.c_str(), "%llu", ×tamp);
|
sscanf( params.c_str(), "%llu", ×tamp );
|
||||||
|
|
||||||
pPlayer->setEorzeaTimeOffset( timestamp );
|
pPlayer->setEorzeaTimeOffset( timestamp );
|
||||||
pPlayer->sendNotice( "Eorzea time offset: " + std::to_string( timestamp ) );
|
pPlayer->sendNotice( "Eorzea time offset: " + std::to_string( timestamp ) );
|
||||||
|
|
Loading…
Add table
Reference in a new issue