win cpp23 compat: Minecraft.World

This commit is contained in:
VivyaCC
2026-03-07 23:58:21 +07:00
committed by void_17
parent 7c2869c5b9
commit 6dfdd90328
17 changed files with 39 additions and 38 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ Tag *Tag::newTag(byte type, const wstring &name)
return NULL;
}
wchar_t *Tag::getTagName(byte type)
const wchar_t *Tag::getTagName(byte type)
{
switch (type)
{