remove email address

should not put player emails in the source of this script, obfuscating to prevent misuse
This commit is contained in:
Enno Rehling 2015-05-04 22:23:18 +02:00
parent 24dbe64ef7
commit e55c2d63bf
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ math.randomseed(os.time())
print(#sel, limit) print(#sel, limit)
players = { players = {
{ email = "Reinhardt.Karnapke@Freenet.de", race = "dwarf", lang = "de" } { email = "noreply@mailinator.com", race = "dwarf", lang = "de" }
} }
for _, p in ipairs(players) do for _, p in ipairs(players) do