Remove debug

This commit is contained in:
fullwall 2019-12-13 12:18:44 +08:00
parent a04f054fb9
commit cefc0edf57

View File

@ -895,7 +895,6 @@ public class NMSImpl implements NMSBridge {
while ((search = search.getSuperclass()) != null && Entity.class.isAssignableFrom(search)) {
EntityTypes<?> type = ENTITY_REGISTRY.findType(search);
MinecraftKey key = ENTITY_REGISTRY.getKey(type);
System.out.println(type + " " + key + " " + search);
if (key == null || type == null)
continue;
CITIZENS_ENTITY_TYPES.put(clazz, type);