mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-30 09:07:55 +00:00
Remove second fix
This commit is contained in:
@@ -246,9 +246,6 @@ function create( parent, nX, nY, nWidth, nHeight, bStartVisible )
|
||||
if type( x ) ~= "number" or type( y ) ~= "number" then
|
||||
error( "Expected number, number", 2 )
|
||||
end
|
||||
if x < 1 or y < 1 then
|
||||
error( "Position out of range", 2 )
|
||||
end
|
||||
nCursorX = math.floor( x )
|
||||
nCursorY = math.floor( y )
|
||||
if bVisible then
|
||||
|
Reference in New Issue
Block a user