simulate booty command work

This commit is contained in:
2023-04-07 21:41:03 -05:00
parent 0bb3c84fed
commit e483280a3c
2 changed files with 30 additions and 33 deletions
+1 -1
View File
@@ -1360,7 +1360,7 @@ public class Mob extends AbstractIntelligenceAgent {
* Clears and sets the inventory of the Mob. Must be called every time the
* mob is spawned or respawned.
*/
private void loadInventory() {
public void loadInventory() {
if (!MBServerStatics.ENABLE_MOB_LOOT)
return;