Updated bat and sh files.

This commit is contained in:
CodeForFame 2012-01-07 03:48:26 -06:00
parent 2227b6f09f
commit 6eb8733a40
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
@echo off
title GameServer
ant runf2p
ant run
pause

View File

@ -1 +1 @@
ant runf2p
ant run

View File

@ -1,3 +1,3 @@
title LoginServer
ant runls
ant run
pause

View File

@ -1 +1 @@
ant runls
ant run