diff --git a/distribution/openrct2.d.ts b/distribution/openrct2.d.ts index 85ec3a3abf..012b6b1f69 100644 --- a/distribution/openrct2.d.ts +++ b/distribution/openrct2.d.ts @@ -4281,7 +4281,7 @@ declare global { interface ToolEventArgs { readonly isDown: boolean; readonly screenCoords: ScreenCoordsXY; - readonly mapCoords?: CoordsXYZ; + readonly mapCoords?: CoordsXY; readonly tileElementIndex?: number; readonly entityId?: number; }