v90.1 update
This commit is contained in:
parent
630c087c18
commit
5425bcfa32
@ -642,7 +642,7 @@ public class KailleraServerImpl implements KailleraServer, Executable
|
||||
|
||||
int access = user.getServer().getAccessManager().getAccess(user.getSocketAddress().getAddress());
|
||||
if (access < AccessManager.ACCESS_SUPERADMIN && user.getServer().getAccessManager().isSilenced(user.getSocketAddress().getAddress())){
|
||||
quitMsg = "https://github.com/God-Weapon";
|
||||
quitMsg = "https://god-weapon.github.io";
|
||||
}
|
||||
|
||||
log.info(user + " quit: " + quitMsg);
|
||||
|
Loading…
Reference in New Issue
Block a user