mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
resolve issues with 2e67425d8131a2b1eb7ff752335bccf371801b8b
This commit is contained in:
@ -137,7 +137,7 @@ public class BlockType implements FawePattern, Keyed {
|
||||
* @return the properties
|
||||
*/
|
||||
public List<? extends Property<?>> getProperties() {
|
||||
return ImmutableList.copyOf(this.getPropertyMap().values());
|
||||
return this.settings.propertiesList; // stop changing this
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
|
Reference in New Issue
Block a user