diff --git a/scripts/newplayer.lua b/scripts/newplayer.lua index 7fa0827ff..c01593465 100644 --- a/scripts/newplayer.lua +++ b/scripts/newplayer.lua @@ -4,7 +4,7 @@ p = require("populate") local function read_players() -- return {{ email = "noreply@mailinator.com", race = "dwarf", lang = "de" }} local players = {} - local input = open("players.txt", "r") + local input = open("newfactions", "r") while input do local str = input:read("*line") if str==nil then break end