Fix for spawn point

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-25 17:00:47 +01:00
parent 0cb8f28122
commit 9f3523a920
2 changed files with 2 additions and 1 deletions

View File

@ -348,7 +348,7 @@ class Generator{
"RandomSeed" => $this->seed,
"SpawnX" => $s[0],
"SpawnY" => $s[1],
"SpawnX" => $s[2],
"SpawnZ" => $s[2],
);
file_put_contents($dir."level.dat", serialize($level));
}