Fixed an error while trying to move the window by clicking and holding on a window line
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
-- /run Details:OpenPlayerDetails(windowN)
|
||||
function Details:OpenPlayerDetails(window)
|
||||
window = window or 1
|
||||
local instance = Details:GetInstance (window)
|
||||
local instance = Details:GetInstance(window)
|
||||
if (instance) then
|
||||
local display, subDisplay = instance:GetDisplay()
|
||||
if (display == 1) then
|
||||
|
||||
Reference in New Issue
Block a user