mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
resolved MacOS compilation warnings
This commit is contained in:
@ -25,7 +25,7 @@ void BaseConsoleTeleportServer::BaseOnMessageBoxResponse(Entity* self, Entity* s
|
||||
|
||||
if (rocketLaunchComponent == nullptr)
|
||||
{
|
||||
rocketLaunchComponent;
|
||||
return;
|
||||
}
|
||||
|
||||
const auto& teleportZone = self->GetVar<std::u16string>(u"transferZoneID");
|
||||
|
Reference in New Issue
Block a user