1
0
forked from noxious/client

Saving teleports works again

This commit is contained in:
2025-02-14 03:16:22 +01:00
parent af99d66595
commit 201f628bfa
2 changed files with 3 additions and 4 deletions

View File

@ -100,7 +100,7 @@ export enum MapEventTileType {
export type MapEventTile = {
id: string
mapId: string
map: string
type: MapEventTileType
positionX: number
positionY: number