summaryrefslogtreecommitdiff
path: root/scripts/on_dedicated.scr.example
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-13 14:43:41 +0000
committertruelight <truelight@openttd.org>2004-12-13 14:43:41 +0000
commit4d7c2e9d90caaec42962e57b8700b170c000607c (patch)
treee550e7462b60e59771b066e485cc4b4edcb1b1a7 /scripts/on_dedicated.scr.example
parentf80094deb729fc889003a33420ad4b6bb09444e3 (diff)
downloadopenttd-4d7c2e9d90caaec42962e57b8700b170c000607c.tar.xz
(svn r1050) -Fix: [Network] Scripts are no longer under revision control
-Add: [Network] Moved original scripts to be example scripts
Diffstat (limited to 'scripts/on_dedicated.scr.example')
-rw-r--r--scripts/on_dedicated.scr.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/on_dedicated.scr.example b/scripts/on_dedicated.scr.example
new file mode 100644
index 000000000..4df6c8be8
--- /dev/null
+++ b/scripts/on_dedicated.scr.example
@@ -0,0 +1,3 @@
+echo "Setting dedicated network server settings..."
+setpassword "*"
+setservername "My example dedicated gameserver"