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 @echo off
title GameServer title GameServer
ant runf2p ant run
pause pause

View File

@ -1 +1 @@
ant runf2p ant run

View File

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

View File

@ -1 +1 @@
ant runls ant run