Created by: ben-maher
I have changed the pathing of the local directory so that it maps correctly on local machines and servers. I have also accidentally comitted the previous compiled code (oops, sorry!)
Activity
18 13 return loadPlayerInfo(player, playerName, playerPass, true); 19 14 } 20 15 21 public static int loadPlayerInfo(Client player, String playerName, String playerPass, boolean doRealLogin) 22 { 16 public static int loadPlayerInfo(Client player, String playerName, String playerPass, boolean doRealLogin) {
Please register or sign in to reply