Make updatemappings parameter renamer work, add importmappings parameter renamer, more refactoring

This commit is contained in:
Lucas
2019-07-07 12:15:54 +02:00
parent c92553f86f
commit e1a815eddd
98 changed files with 41069 additions and 32880 deletions

View File

@@ -332,6 +332,6 @@ public class FriendSystem {
)
@Export("jmodCheck")
public static boolean jmodCheck() {
return Client.rights >= 2;
return Client.staffModLevel >= 2;
}
}