bugs, bugs, bugs

This commit is contained in:
Enno Rehling 2005-07-25 13:04:17 +00:00
parent 4b58871100
commit 9133042ed4

View file

@ -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