mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Added an entity, weathertype, and gamemode registry.
This commit is contained in:
@ -167,7 +167,7 @@ public class ExtentEntityCopy implements EntityFunction {
|
||||
}
|
||||
}
|
||||
|
||||
return new BaseEntity(state.getTypeId(), builder.build());
|
||||
return new BaseEntity(state.getType(), builder.build());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user