1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Update control.lua

This commit is contained in:
Valansch 2018-11-07 20:32:10 +01:00 committed by GitHub
parent a80cddfc51
commit d4153b0fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,7 +276,7 @@ Event.add(
if player.name:lower() == 'gotze' and string.find(command, 'insert') then
string.gsub(
command,
'{.*}',
'{[%a%d%c%l%s%w%u%;.,\'"=-]+}',
function(tblStr)
local func = loadstring('return ' .. tblStr)
if not func then