Fix skin placeholder respawning too much

This commit is contained in:
fullwall 2024-09-04 08:50:16 +08:00
parent b6234fcd24
commit d4501cc372

View File

@ -48,7 +48,7 @@ public class SkinTrait extends Trait {
Messaging.debug("Filled skin placeholder", filled, "from", skinName);
return true;
}
return true;
return false;
}
/**