Skip to content

Commit a19e88d

Browse files
committed
save
1 parent 75a8317 commit a19e88d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ function MapLib:SetLiquidType(liquid: BasePart, liquidType: string): nil
214214
end)
215215
end
216216

217-
---@diagnostic disable-next-line: undefined-type
218217
local function move(moveable: PVInstance, movement: Vector3, duration: number?, relative: boolean?): nil | null
219218
if duration == 0 or duration == nil then
220219
return moveable:PivotTo(

0 commit comments

Comments
 (0)