mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-03 08:39:12 +00:00
Fixup exp gain
This commit is contained in:
@@ -92,10 +92,10 @@ public class Variables {
|
||||
public static void addExpGained(){
|
||||
double xp_to_add = 0;
|
||||
switch(skill_to_train){
|
||||
case "woodcutting":
|
||||
case "Woodcutting":
|
||||
xp_to_add = woodcutting_tree_selected.getXP();
|
||||
break;
|
||||
case "mining":
|
||||
case "Mining":
|
||||
xp_to_add = mining_ore_selected.getXP();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user