forked from github/server
bugs, bugs, bugs
This commit is contained in:
parent
4b58871100
commit
9133042ed4
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
local function kill_multis()
|
||||
local multis = { "ogq", "idan", "e8L1" }
|
||||
for k, v in multis do
|
||||
print(v)
|
||||
local f = get_faction(atoi36(v))
|
||||
if f~=nil then
|
||||
print("Marking " .. tostring(f) .. " as a multi-player.")
|
||||
print("- marking " .. tostring(f) .. " as a multi-player.")
|
||||
f.email="doppelspieler@eressea.de"
|
||||
f.password=""
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue