diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-23 10:12:18 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-23 10:12:18 -0700 |
commit | 85a4eb79909185e69712216e98a200a856685deb (patch) | |
tree | b3bddad02ee9c58448f4a8e8a2bd0d7bdfb6bd20 /bin/restart-world | |
parent | 780bdc631d6d9b5d939f8716598cc9a875322d10 (diff) | |
download | tools-85a4eb79909185e69712216e98a200a856685deb.tar.gz tools-85a4eb79909185e69712216e98a200a856685deb.tar.bz2 tools-85a4eb79909185e69712216e98a200a856685deb.tar.xz tools-85a4eb79909185e69712216e98a200a856685deb.zip |
Update server data for changed binary names
Diffstat (limited to 'bin/restart-world')
-rwxr-xr-x | bin/restart-world | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/restart-world b/bin/restart-world index 7fead17..ccd9e45 100755 --- a/bin/restart-world +++ b/bin/restart-world @@ -24,5 +24,5 @@ then (cd world/map/conf; cat magic.conf.template | ./spells-build > magic.conf) fi -restart-pid char-server -restart-pid map-server +restart-pid tmwa-char +restart-pid tmwa-map |