Vigilante Justice now reduces wanted by a percentage to help players stuck with very high wanted level.

This commit is contained in:
Olivier Gagnon
2021-05-29 12:48:58 -04:00
parent 75b2806c93
commit 60d6d49c43
15 changed files with 29 additions and 39 deletions
+2 -2
View File
@@ -1320,7 +1320,7 @@ let Terminal = {
} catch(err) {
status = {
res: false,
msg: 'No such file exists'
msg: 'No such file exists',
};
}
@@ -1886,7 +1886,7 @@ let Terminal = {
return {
hostname: server.hostname,
ip: server.ip,
hasRoot: server.hasAdminRights ? "Y" : "N"
hasRoot: server.hasAdminRights ? "Y" : "N",
}
});
servers.unshift({