Skip to content

Commit 4723d9e

Browse files
committed
Update init.lua
1 parent 2deff20 commit 4723d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.lua

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

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

0 commit comments

Comments
 (0)