This commit is contained in:
eaglercraft 2024-12-04 00:39:49 -08:00
commit c67fe4733e
211 changed files with 33946 additions and 171 deletions

View file

@ -64,12 +64,6 @@ public class WorldServerMulti extends WorldServer {
});
}
/**+
* Saves the chunks to disk.
*/
protected void saveLevel() throws MinecraftException {
}
public World init() {
this.mapStorage = this.delegate.getMapStorage();
this.worldScoreboard = this.delegate.getScoreboard();