mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-21 05:57:07 +00:00
Merge remote-tracking branch 'origin/main' into exp/worldgen
This commit is contained in:
commit
51f91a814c
|
|
@ -4438,6 +4438,8 @@ void Minecraft::setLevel(MultiPlayerLevel *level, int message /*=-1*/, shared_pt
|
|||
// 4J If we are setting the level to nullptr then we are exiting, so delete the levels
|
||||
if( level == nullptr )
|
||||
{
|
||||
if (soundEngine) soundEngine->stopElytraSound();
|
||||
|
||||
if(levels[0]!=nullptr)
|
||||
{
|
||||
delete levels[0];
|
||||
|
|
|
|||
Loading…
Reference in a new issue