mirror of
https://github.com/kepler155c/opus
synced 2025-11-18 00:05:12 +00:00
randomseed broken
This commit is contained in:
@@ -22,7 +22,7 @@ function clipboard.isInternal()
|
||||
end
|
||||
|
||||
function clipboard.useInternal(mode)
|
||||
if mode ~= clipboard.mode then
|
||||
if mode ~= clipboard.internal then
|
||||
clipboard.internal = mode
|
||||
os.queueEvent('clipboard_mode', mode)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user