fix incorrect commit for DhClientServerWorld

This commit is contained in:
James Seibel
2023-03-11 12:01:54 -06:00
parent 3c72765c9a
commit 45cc0f38be
@@ -95,7 +95,7 @@ public class DhClientServerWorld extends AbstractDhWorld implements IDhClientWor
{
LOGGER.info("Unloading level "+this.levelObjMap.get(wrapper));
DhClientServerLevel clientServerLevel = this.levelObjMap.remove(wrapper);
clientServerLevel.saveAsync().join();
this.dhLevels.remove(clientServerLevel);
clientServerLevel.close();
}
else