diff --git a/source/core/cheats.cpp b/source/core/cheats.cpp index 8b337d163..2480bf45a 100644 --- a/source/core/cheats.cpp +++ b/source/core/cheats.cpp @@ -254,7 +254,7 @@ void ChangeLevel(MapRecord* map, int skill, bool bossexit) Net_WriteByte(DEM_CHANGEMAP); Net_WriteByte(skill); Net_WriteByte(bossexit); - Net_WriteString(map? map->labelName.GetChars() : nullptr); + Net_WriteString(map? map->labelName.GetChars() : ""); } //---------------------------------------------------------------------------