mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
Merge branch 'master' of https://github.com/grilledham/RedMew into disable-ag
This commit is contained in:
commit
087d51d2ec
2
poll.lua
2
poll.lua
@ -1211,7 +1211,7 @@ local function poll_command(cmd)
|
||||
|
||||
param = 'return ' .. param
|
||||
|
||||
local suc, result = pcall(loadstring, param)
|
||||
local suc, result = loadstring(param)
|
||||
if not suc then
|
||||
player_print(result)
|
||||
return
|
||||
|
@ -81,7 +81,6 @@ return {
|
||||
['brikir'] = true,
|
||||
['brl_chacal'] = true,
|
||||
['bufferoverflow'] = true,
|
||||
['builder101'] = true,
|
||||
['capitansky'] = true,
|
||||
['ccaspanello'] = true,
|
||||
['cchpucky'] = true,
|
||||
@ -113,7 +112,6 @@ return {
|
||||
['dimava'] = true,
|
||||
['dmaonk'] = true,
|
||||
['dpoba'] = true,
|
||||
['dq_shell'] = true,
|
||||
['ducktaperules'] = true,
|
||||
['eaglesight'] = true,
|
||||
['eithel'] = true,
|
||||
@ -122,7 +120,6 @@ return {
|
||||
['everlord'] = true,
|
||||
['exp11235'] = true,
|
||||
['extraxyz'] = true,
|
||||
['factorioio'] = true,
|
||||
['fana13'] = true,
|
||||
['firebunnie'] = true,
|
||||
['fish'] = true,
|
||||
@ -200,7 +197,6 @@ return {
|
||||
['mike-_-'] = true,
|
||||
['miniman10000'] = true,
|
||||
['mithril_ryder'] = true,
|
||||
['moo_cowman'] = true,
|
||||
['morgan3rd'] = true,
|
||||
['mrkoss'] = true,
|
||||
['mrsjaakbraak'] = true,
|
||||
@ -247,7 +243,6 @@ return {
|
||||
['sharpshot2566'] = true,
|
||||
['shaun_das_schaf'] = true,
|
||||
['shimmshamm'] = true,
|
||||
['sholax'] = true,
|
||||
['sir'] = true,
|
||||
['skilledspacepolice'] = true,
|
||||
['skykittena'] = true,
|
||||
@ -258,9 +253,7 @@ return {
|
||||
['sovietdefender'] = true,
|
||||
['spacecat-chan'] = true,
|
||||
['spatbee'] = true,
|
||||
['spechok'] = true,
|
||||
['standaardstefan'] = true,
|
||||
['starlite'] = true,
|
||||
['stat0x00'] = true,
|
||||
['steponitnicejob'] = true,
|
||||
['stig219'] = true,
|
||||
@ -293,7 +286,6 @@ return {
|
||||
['vengefulpm'] = true,
|
||||
['vincentmonster'] = true,
|
||||
['vintageaura'] = true,
|
||||
['virusgamesplay'] = true,
|
||||
['vonlam999'] = true,
|
||||
['wadiyatalkinabeet'] = true,
|
||||
['warnotte'] = true,
|
||||
@ -306,7 +298,6 @@ return {
|
||||
['xaddr'] = true,
|
||||
['xalpha1989'] = true,
|
||||
['xanting'] = true,
|
||||
['xatev'] = true,
|
||||
['xdihe'] = true,
|
||||
['xeoxius'] = true,
|
||||
['xsidd'] = true,
|
||||
@ -330,5 +321,32 @@ return {
|
||||
['megamega'] = true,
|
||||
['ZTX'] = true,
|
||||
['eiis1000'] = true,
|
||||
['UTIDI'] = true
|
||||
['UTIDI'] = true,
|
||||
['XATEV'] = true,
|
||||
['Robobrine'] = true,
|
||||
['Rakeplay'] = true,
|
||||
['Lucas16'] = true,
|
||||
['Moo_Cowman'] = true,
|
||||
['Factorioio'] = true,
|
||||
['VikingCyborg'] = true,
|
||||
['Caps_errors'] = true,
|
||||
['usgundertaker'] = true,
|
||||
['GeneralB.97'] = true,
|
||||
['Spechok'] = true,
|
||||
['emailkanji'] = true,
|
||||
['ruetama'] = true,
|
||||
['StarLite'] = true,
|
||||
['Velguarder'] = true,
|
||||
['VIRUSgamesplay'] = true,
|
||||
['fenderpuddy'] = true,
|
||||
['DQ_Shell'] = true,
|
||||
['JoeGames00'] = true,
|
||||
['Sholax'] = true,
|
||||
['Darian007'] = true,
|
||||
['EmptyRov'] = true,
|
||||
['sanders80'] = true,
|
||||
['dazonker'] = true,
|
||||
['andrewy2k'] = true,
|
||||
['DarkRedman'] = true,
|
||||
['Builder101'] = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user