mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fix NanoMap topic spam
This commit is contained in:
@@ -93,7 +93,7 @@ export class NanoMap extends Component {
|
||||
const { dragging, offsetX, offsetY, zoom = 1 } = this.state;
|
||||
const { children } = this.props;
|
||||
|
||||
const mapUrl = config.map + "_nanomap_z1.png?" + Date.now();
|
||||
const mapUrl = config.map + "_nanomap_z1.png";
|
||||
const mapSize = (510 * zoom) + 'px';
|
||||
const newStyle = {
|
||||
width: mapSize,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user