mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
fix nanomap
This commit is contained in:
@@ -88,7 +88,7 @@ NanoBaseCallbacks = function ()
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#uiMapImage').attr('src', 'nanomap' + updateData['config']['mapZLevel'] + '.png');
|
$('#uiMapImage').attr('src', 'minimap_' + updateData['config']['mapZLevel'] + '.png');
|
||||||
|
|
||||||
return updateData;
|
return updateData;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user