Corrected XP rate

Corrected files to compile the Login Server
This commit is contained in:
CodeForFame 2011-05-13 03:41:00 -05:00
parent f12b96ef3b
commit b84908fd0c
5 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -37,11 +37,11 @@ public class Constants {
/**
* Exp Rate multiplier per kill.
*/
public static final double EXP_RATE = 3.0;
public static final double EXP_RATE = 4.0;
/**
* Subscribed Exp Rate multiplier per kill.
*/
public static final double SUB_EXP_RATE = 3.0;
public static final double SUB_EXP_RATE = 4.0;
/**
* The amount of players on this server.
*/

View File

@ -1,4 +1,4 @@
taskkill /F /IM java.exe
set PATH=%PATH%;ant\bin
ant compile
ant
pause

View File

@ -1 +1 @@
ant compile
ant

Binary file not shown.