Skip to content

Commit be4a468

Browse files
committed
Merge branch 'master' of https://github.com/coderheck/maplib-open-source into pr/2
2 parents 4723d9e + a19e88d commit be4a468

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Features/Players.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---@diagnostic disable: duplicate-doc-class
2-
31
-- Copyright (C) 2023 Tria
42
-- This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
53
-- If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

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-
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)