mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 08:39:04 +00:00
Fix GroundItem Value Setting (#590)
This commit is contained in:
@@ -5611,7 +5611,7 @@ public class Game extends RSApplet {
|
||||
|
||||
int customTabAction = 0;
|
||||
static boolean customSettingVisiblePlayerNames = false;
|
||||
int customSettingMinItemValue = 1;
|
||||
static int customSettingMinItemValue = Integer.MAX_VALUE;
|
||||
boolean customSettingShowExperiencePerHour = false;
|
||||
long customSettingShowExperiencePerHourStartExp = 0;
|
||||
long customSettingShowExperiencePerHourStart = System.currentTimeMillis();
|
||||
|
||||
Reference in New Issue
Block a user