mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 14:43:27 +02:00
Version 2.4 - http://otclient.net/showthread.php?tid=160
This commit is contained in:
@@ -249,7 +249,7 @@ function table.encodeStringPairList(t)
|
||||
end
|
||||
|
||||
function table.decodeStringPairList(l)
|
||||
local ret = {}
|
||||
local ret = {}
|
||||
local r = regexMatch(l, "(?:^|\\n)([^:^\n]{1,20}):?(.*)(?:$|\\n)")
|
||||
local multiline = ""
|
||||
local multilineKey = ""
|
||||
|
Reference in New Issue
Block a user