forked from github/server
remove email address
should not put player emails in the source of this script, obfuscating to prevent misuse
This commit is contained in:
parent
24dbe64ef7
commit
e55c2d63bf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue