mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-13 14:58:35 +00:00
Mask and Pattern modifications
This commit is contained in:
@ -1571,10 +1571,8 @@ public class LocalSession implements TextureHolder {
|
||||
this.sourceMask = mask;
|
||||
}
|
||||
|
||||
public void setTextureUtil(TextureUtil texture) {
|
||||
synchronized (this) {
|
||||
this.texture = texture;
|
||||
}
|
||||
public synchronized void setTextureUtil(TextureUtil texture) {
|
||||
this.texture = texture;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user