Forgot quotes
This commit is contained in:
@@ -148,7 +148,7 @@ overviewer.views.GoogleMapView = Backbone.View.extend({
|
||||
|
||||
var curTset = curWorld.get("tileSets").at(0);
|
||||
var spawn = curTset.get("spawn");
|
||||
if (spawn==false) {
|
||||
if (spawn == "false") {
|
||||
var spawn = [0,64,0];
|
||||
}
|
||||
var mapcenter = overviewer.util.fromWorldToLatLng(
|
||||
|
||||
Reference in New Issue
Block a user