玉虚积分修改
parent
ad571664eb
commit
46e112e56a
|
@ -32,7 +32,7 @@ public class SMServerRankConfig implements BaseConfig {
|
||||||
|
|
||||||
private int scoreUp1;
|
private int scoreUp1;
|
||||||
|
|
||||||
private int LimitScore;
|
private int limitScore;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -102,6 +102,6 @@ public class SMServerRankConfig implements BaseConfig {
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getLimitScore() {
|
public int getLimitScore() {
|
||||||
return LimitScore;
|
return limitScore;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue