From: kainazzzo Date: Tue, 14 Jun 2005 00:40:16 +0000 (+0000) Subject: Fixed the gameserv.example.conf not using the data/ prefix for the dragon .dat file... X-Git-Url: https://jfr.im/git/irc/gameservirc.git/commitdiff_plain/30c535d6670e4e3dc73e6be2aaa3dcbf6b0fccbe?ds=sidebyside Fixed the gameserv.example.conf not using the data/ prefix for the dragon .dat file by default git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@323 bc333340-6410-0410-a689-9d09f3c113fa --- diff --git a/gameserv/gameserv.example.conf b/gameserv/gameserv.example.conf index c177709..19013c2 100644 --- a/gameserv/gameserv.example.conf +++ b/gameserv/gameserv.example.conf @@ -97,7 +97,7 @@ SAVEDNOTICE false playerdata players.dat # Filename to store current dragon stats in. -dragondata currentdragon.dat +dragondata data/currentdragon.dat # Filename to store news data in newsdata news.dat