mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Various minor
thread local cleans on close remove unnecessary loop on set remove unnecessary get on set clean CFI cache on generate
This commit is contained in:
@ -164,7 +164,7 @@ public class BlockType implements FawePattern, Keyed {
|
||||
*
|
||||
* @return The default state
|
||||
*/
|
||||
public BlockState getDefaultState() {
|
||||
public final BlockState getDefaultState() {
|
||||
return this.settings.defaultState;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user