mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
fix: fix bot load
This commit is contained in:
@@ -128,6 +128,7 @@ public class BotList {
|
||||
return null;
|
||||
}
|
||||
ValueInput nbt = optional.get();
|
||||
bot.load(nbt);
|
||||
|
||||
ResourceKey<Level> resourcekey = null;
|
||||
if (nbt.getLong("WorldUUIDMost").isPresent() && nbt.getLong("WorldUUIDLeast").isPresent()) {
|
||||
|
||||
Reference in New Issue
Block a user