mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-12 02:40:56 +01:00
Fixed little bug.
This commit is contained in:
parent
686b09bc9d
commit
d594df93ee
@ -355,7 +355,7 @@ DynMap.prototype = {
|
||||
};
|
||||
},
|
||||
unregisterTile: function(mapType, tileName) {
|
||||
delete registeredTiles[tileName];
|
||||
delete this.registeredTiles[tileName];
|
||||
},
|
||||
// TODO: Enable hash-links.
|
||||
/* updateLink: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user