forked from github/server
Disabling multiplayer-marking again.
This commit is contained in:
parent
046290ebdb
commit
a461d06aa6
|
@ -1,5 +1,5 @@
|
||||||
local function kill_multis()
|
local function kill_multis()
|
||||||
local multis = { "aLuk", "3", "rd2r", "aaa", "no3i", "1Lru", "heLd" }
|
local multis = {}
|
||||||
for k, v in multis do
|
for k, v in multis do
|
||||||
local f = get_faction(atoi36(v))
|
local f = get_faction(atoi36(v))
|
||||||
if f~=nil then
|
if f~=nil then
|
||||||
|
|
Loading…
Reference in New Issue