Use new forced wanted level
This commit is contained in:
@@ -542,7 +542,7 @@ function processWantedLevelReset() {
|
||||
}
|
||||
|
||||
if(typeof localPlayer.wantedLevel != "undefined") {
|
||||
localPlayer.wantedLevel = 0;
|
||||
localPlayer.wantedLevel = forceWantedLevel;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user