change define name

This commit is contained in:
NOTPIES
2026-03-08 22:19:39 -03:00
parent 6e2afbde93
commit 09000cc4a1
7 changed files with 14 additions and 14 deletions

View File

@@ -922,7 +922,7 @@ void ServerLevel::saveToDisc(ProgressListener *progressListener, bool autosave)
// 4J-PB - check that saves are enabled
if(StorageManager.GetSaveDisabled()) return;
#ifndef _DEDICATED_SERVER
#ifndef WITH_SERVER_CODE
// Check if we are using a trial version of a texture pack (which will be the case for going into the mash-up pack world with a trial version)
if(!Minecraft::GetInstance()->skins->isUsingDefaultSkin())
{