Merge remote branch 'upstream/jetty'
This commit is contained in:
commit
9c49054c89
20 changed files with 1182 additions and 1118 deletions
|
|
@ -526,4 +526,7 @@ public class DynmapWorld {
|
|||
public World getWorld() {
|
||||
return world;
|
||||
}
|
||||
public boolean isLoaded() {
|
||||
return (world != null);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue