diff options
| author | Lulonaut <67191924+Lulonaut@users.noreply.github.com> | 2022-03-27 20:18:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-27 20:18:49 +0200 |
| commit | ff6c85533f00b764cf27f1ad421b084bf3f288ad (patch) | |
| tree | 62d84175a85359ed7ed7ec8577b05255d2e385c2 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java | |
| parent | 5bb02db85994ea0c017894fb49950c67a6db552e (diff) | |
| download | notenoughupdates-ff6c85533f00b764cf27f1ad421b084bf3f288ad.tar.gz notenoughupdates-ff6c85533f00b764cf27f1ad421b084bf3f288ad.tar.bz2 notenoughupdates-ff6c85533f00b764cf27f1ad421b084bf3f288ad.zip | |
oldanimations notification (#98)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java index 0c222aa9..fd934330 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java @@ -22,11 +22,11 @@ public class Notifications { @ConfigEditorBoolean public boolean doRamNotif = true; - /*@Expose + @Expose @ConfigOption( - name = "Wrong Pet", - desc = "Gives a notification in chat whenever you're using a pet that doesnt match the same xp you're gathering." + name = "OldAnimations warning", + desc = "Warning when an unsupported OldAnimations mod is used" ) @ConfigEditorBoolean - public boolean showWrongPetMsg = false;*/ + public boolean doOamNotif = true; } |
