mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
Call setExtent() when setWorld() is caleld on ParserContext.
This commit is contained in:
parent
a9de9f619b
commit
d50e05480f
@ -114,6 +114,7 @@ public class ParserContext {
|
||||
*/
|
||||
public void setWorld(@Nullable World world) {
|
||||
this.world = world;
|
||||
setExtent(world);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user