From 20e4c29747a084c01c1ff1fbec48e3080bc993e2 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Sat, 27 Oct 2007 03:26:03 +0000 Subject: [PATCH] Whoops, accidentally committed a change to startup.sh --- startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startup.sh b/startup.sh index d77cd954ad..9b9b886123 100755 --- a/startup.sh +++ b/startup.sh @@ -11,6 +11,6 @@ mv -f $BASE_PATH/logs/evennia.log $BASE_PATH/logs/evennia.logs.old ## mode instead of having to uncomment crap. ## Interactive mode. Good for development and debugging. -twistd -noy twistd -ny server.py +#twistd -noy twistd -ny server.py ## Stand-alone mode. Good for running games. -#twistd -y server.py +twistd -y server.py