forked from github/server
- Skript zum testen eines Datenfiles (laden und exit)
Starten mit eressea-lue -e test-df.lua -s file=<filename>
This commit is contained in:
parent
9ab533e8de
commit
41e989a713
|
@ -0,0 +1,7 @@
|
||||||
|
-- start eressea-server with -s file=<filename>
|
||||||
|
-- where <filename> is relative to datapath()
|
||||||
|
|
||||||
|
if read_game(file)~=0 then
|
||||||
|
print("could not read game")
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in New Issue