resolved MacOS compilation warnings

This commit is contained in:
EmosewaMC
2022-04-05 05:11:06 -07:00
parent a0a9936e47
commit 9d79fc3d2e
10 changed files with 15 additions and 15 deletions

View File

@ -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");