mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 19:54:44 +02:00
Silenced a mostly harmless error that can happen when using plugins like crazyenchantments
This commit is contained in:
@ -50,6 +50,8 @@ public class NMSConstants {
|
||||
return "v1_15_R1";
|
||||
case NMS_1_16_1:
|
||||
return "v1_16_R1";
|
||||
case NMS_1_16_4:
|
||||
return "v1_16_R3";
|
||||
case UNSUPPORTED:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user