Skip to content

Commit ea15307

Browse files
committed
Remove invalid getLeaderPoints call
1 parent 59f3cf3 commit ea15307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/messages/commands/PlayerCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void execute(MapleClient c, MessageCallback mc, String[] splitted) throws
151151
player.saveToDB(true, false);
152152
player.yellowMessage(".::You currently have::.");
153153
player.dropMessage("BetaPoints: " + player.getCSPoints(5)); //remove later
154-
player.dropMessage("LeaderPoints: " + player.getLeaderPoints());
154+
// player.dropMessage("LeaderPoints: " + player.getLeaderPoints());
155155
player.dropMessage("Q.Points: " + player.getpqPoints());
156156
player.dropMessage("JQ Points: " + player.getJQPoints());
157157
player.dropMessage("CashPoints: " + player.getCashPoints());

0 commit comments

Comments
 (0)