Don't show enum in log

This commit is contained in:
libraryaddict
2020-02-06 13:05:59 +13:00
parent 9656ed4249
commit 580ae37385
2 changed files with 2 additions and 3 deletions

View File

@@ -5,5 +5,5 @@ package me.libraryaddict.disguise.utilities.reflection;
*/
public enum NmsVersion {
v1_14,
v1_15;
v1_15
}