Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Commit

Permalink
Fixed missing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroliu committed Oct 8, 2015
1 parent 763b247 commit 3281e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classlib/pmimporter/generic/PcFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function initFormat($class, $path, $settings) {
// Create a new world...
//
if (!file_exists($path."/region")) mkdir($path."/region",0777);
$levelData = new Compound("Data", [
$levelData = new CompoundTag("Data", [
"hardcore"=>new ByteTag("hardcore",0),
"initialized"=>new ByteTag("initialized",1),
"GameType"=>new IntTag("GameType",0),
Expand Down

0 comments on commit 3281e21

Please sign in to comment.