mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
stuff
This commit is contained in:
parent
6a21b83d5a
commit
cfcc06ead0
@ -394,7 +394,9 @@ sandbox = {
|
||||
|
||||
utf8 = copy(utf8),
|
||||
unicode = copy(unicode, {
|
||||
wtrunc = function(s) return s end,
|
||||
wtrunc = function(s, count)
|
||||
return unicode.sub(s, 1, count)
|
||||
end,
|
||||
}),
|
||||
checkArg = checkArg,
|
||||
component = libcomponent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user