Update Minecraft.cpp

This commit is contained in:
Tuff CWC 2026-03-07 23:44:33 +01:00 committed by GitHub
parent 5f392dda0e
commit ae9e360eb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4759,7 +4759,6 @@ void Minecraft::main()
app.DebugPrintf("<xs:enumeration value=\"%d\"><xs:annotation><xs:documentation>%ls</xs:documentation></xs:annotation></xs:enumeration>\n", i, app.GetString( Tile::tiles[i]->getDescriptionId() ));
}
}
__debugbreak();
#endif
// 4J-PB - Can't call this for the first 5 seconds of a game - MS rule