Lighting and Database changes

This commit is contained in:
MattBDev
2020-02-18 17:21:09 -05:00
parent 175b3a93ce
commit 39dfc2444b
22 changed files with 93 additions and 285 deletions

View File

@ -179,7 +179,7 @@ public class HistorySubCommands {
BlockVector3
.at(summary.maxX, 255, summary.maxZ));
rollback.setTime(historyFile.lastModified());
RollbackDatabase db = DBHandler.IMP
RollbackDatabase db = DBHandler.INSTANCE
.getDatabase(world);
db.logEdit(rollback);
actor.print("Logging: " + historyFile);