fix paths

This commit is contained in:
Loki 2012-12-28 13:33:15 +13:00
parent aa31ef23d3
commit 719424382d

View file

@ -1,5 +1,5 @@
@ECHO OFF @ECHO OFF
cd ./client cd ./mage-client
call startClient call startClient
cd ../server cd ../mage-server
call startServer call startServer