mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 08:39:04 +00:00
Allow Loading VARIABLE_XP_RATES & PLAYER_XP_RATES From Config
This commit is contained in:
@@ -6137,7 +6137,7 @@ public class DialogueHandler {
|
||||
break;
|
||||
|
||||
case 3116:
|
||||
if(GameConstants.VARIABLE_XP_RATE) {
|
||||
if(GameConstants.VARIABLE_XP_RATES) {
|
||||
player.getDialogueHandler().sendDialogues(10001, -1);
|
||||
} else {
|
||||
player.getPacketSender().showInterface(3559);
|
||||
|
||||
Reference in New Issue
Block a user