mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 18:45:29 +01:00
Remove debug
This commit is contained in:
parent
a04f054fb9
commit
cefc0edf57
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user