forked from Upstream/mmocore
Removed a debug message regarding player head texture values
This commit is contained in:
parent
3ca8ad817e
commit
d24e29705c
@ -58,7 +58,6 @@ public class CustomBlockManager extends MMOManager {
|
||||
|
||||
public void register(BlockInfo regen) {
|
||||
if(!regen.headValue.isEmpty()) {
|
||||
MMOCore.log("Reistered Head Value: " + regen.headValue);
|
||||
headmap.put(regen.headValue, regen);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user