mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-07 11:20:32 +01:00
Curse you Config.save()
This commit is contained in:
parent
6c061f1116
commit
ae7000b3ad
@ -564,6 +564,7 @@ public class MVWorld {
|
||||
public void setRespawnToWorld(String respawnToWorld) {
|
||||
this.respawnWorld = respawnToWorld;
|
||||
this.config.setProperty("worlds." + this.name + ".respawnworld", respawnToWorld);
|
||||
this.config.save();
|
||||
}
|
||||
|
||||
public Permission getPermission() {
|
||||
|
Loading…
Reference in New Issue
Block a user