Upstream changes, prefix changes, formatting changes, variable name changes

I think that draining waterlogged items also works now?
This commit is contained in:
MattBDev
2019-06-12 17:12:12 -04:00
parent e6a433ec93
commit 1f14d4652e
40 changed files with 587 additions and 684 deletions

View File

@ -117,7 +117,7 @@ public class HistoryCommands extends MethodCommands {
rollback.setTime(historyFile.lastModified());
RollbackDatabase db = DBHandler.IMP.getDatabase(world);
db.logEdit(rollback);
player.print(BBC.getPrefix() + "Logging: " + historyFile);
player.print("Logging: " + historyFile);
}
}
} catch (IllegalArgumentException e) {
@ -127,7 +127,7 @@ public class HistoryCommands extends MethodCommands {
}
}
}
player.print(BBC.getPrefix() + "Done import!");
player.print("Done import!");
return;
}
String toParse = user.substring(1);
@ -311,4 +311,4 @@ public class HistoryCommands extends MethodCommands {
}
}
}