From e55c2d63bfa2110fe2ae69ea289ed3c1ba6e186a Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 4 May 2015 22:23:18 +0200 Subject: [PATCH] remove email address should not put player emails in the source of this script, obfuscating to prevent misuse --- scripts/newplayer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/newplayer.lua b/scripts/newplayer.lua index 4f687a627..f554239a2 100644 --- a/scripts/newplayer.lua +++ b/scripts/newplayer.lua @@ -70,7 +70,7 @@ math.randomseed(os.time()) print(#sel, limit) players = { -{ email = "Reinhardt.Karnapke@Freenet.de", race = "dwarf", lang = "de" } +{ email = "noreply@mailinator.com", race = "dwarf", lang = "de" } } for _, p in ipairs(players) do