Implements World.save and Server.savePlayers()
By: Morgan Humes <mrh9724@lanaddict.com>
This commit is contained in:
@@ -262,7 +262,7 @@ public final class CraftServer implements Server {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return new CraftWorld(internal);
|
||||
}
|
||||
|
||||
@@ -297,4 +297,8 @@ public final class CraftServer implements Server {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public void savePlayers() {
|
||||
server.d();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user