diff --git a/src/PocketMinecraftServer.php b/src/PocketMinecraftServer.php index 6ea8b2258..ee757282e 100644 --- a/src/PocketMinecraftServer.php +++ b/src/PocketMinecraftServer.php @@ -349,7 +349,7 @@ class PocketMinecraftServer{ } $t = $this->api->tileentity->add($tile["id"], $tile["x"], $tile["y"], $tile["z"], $tile); } - $this->action(1000000 * 60 * 15, '$this->api->chat->broadcast("Forcing save...");$this->save();'); + $this->action(1000000 * 60 * 25, '$this->api->chat->broadcast("Forcing save...");$this->save();'); } }