Skip to content

Commit

Permalink
0.68.12 Update set filename in MapsController
Browse files Browse the repository at this point in the history
  • Loading branch information
araszka committed May 31, 2019
1 parent 86cb8b5 commit 237d57b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions config/default/server.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@
"echoes": {
"join": true,
"leave": true
},
"hurr": "durr",
"heya": {
"hey": "nope"
}
}
2 changes: 1 addition & 1 deletion core/Controllers/MapController.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public static function loadMaps()

$map = Map::create([
'author' => $authorId,
'filename' => $mapInfo->fileName,
'filename' => $filename,
'gbx' => self::getGbxInformation($filename),
'uid' => $uid,
]);
Expand Down

0 comments on commit 237d57b

Please sign in to comment.