Save their previous GameMode if it is enabled in the config.

Need to update the wiki with the new config option.
This commit is contained in:
graywolf336
2013-12-25 22:57:09 -06:00
parent 6423e8d2e5
commit aaa286fbdd
6 changed files with 33 additions and 0 deletions

View File

@ -8,6 +8,7 @@ public enum Settings {
JAILDEFAULTTIME("jailing.jail.defaultTime"),
LOGJAILING("jailing.jail.logToConsole"),
RELEASETOPREVIOUSPOSITION("jailing.release.backToPreviousPosition"),
RESTOREPREVIOUSGAMEMODE("jailing.release.restorePreviousGameMode"),
UPDATENOTIFICATIONS("system.updateNotifications");
private String path;