forked from github/server
consistent naming of new players file across scripts and autoseed
This commit is contained in:
parent
dc0897b122
commit
82d020701f
|
@ -4,7 +4,7 @@ p = require("populate")
|
||||||
local function read_players()
|
local function read_players()
|
||||||
-- return {{ email = "noreply@mailinator.com", race = "dwarf", lang = "de" }}
|
-- return {{ email = "noreply@mailinator.com", race = "dwarf", lang = "de" }}
|
||||||
local players = {}
|
local players = {}
|
||||||
local input = open("players.txt", "r")
|
local input = open("newfactions", "r")
|
||||||
while input do
|
while input do
|
||||||
local str = input:read("*line")
|
local str = input:read("*line")
|
||||||
if str==nil then break end
|
if str==nil then break end
|
||||||
|
|
Loading…
Reference in New Issue