mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Fixed inline bug
This commit is contained in:
@@ -59,7 +59,7 @@ local function emit_event(args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
local new_value, inline = value:gsub('<inline>', '', 1)
|
local new_value, inline = value:gsub('<inline>', '', 1)
|
||||||
if inline then
|
if inline > 0 then
|
||||||
field.value = new_value
|
field.value = new_value
|
||||||
field.inline = true
|
field.inline = true
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user