From 82d020701fcd4451efacf71c87e4bb91203816eb Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 10 May 2015 13:56:24 -0700 Subject: [PATCH] consistent naming of new players file across scripts and autoseed --- scripts/newplayer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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