rename getWorldIdentifier to getCurrentWorldID

This commit is contained in:
James Seibel
2021-02-27 19:08:11 -06:00
parent b127ad0538
commit a0fc9835b6
@@ -263,7 +263,7 @@ public class LodDimensionFileHandler
* world, if in multiplayer it will return the server name
* and game version.
*/
public static String getWorldIdentifier()
public static String getCurrentWorldID()
{
Minecraft mc = Minecraft.getInstance();