Fixed #10051
This commit is contained in:
@@ -205,7 +205,7 @@ public class NetServer implements ApplicationListener{
|
|||||||
info.id = packet.uuid;
|
info.id = packet.uuid;
|
||||||
admins.save();
|
admins.save();
|
||||||
Call.infoMessage(con, "You are not whitelisted here.");
|
Call.infoMessage(con, "You are not whitelisted here.");
|
||||||
info("&lcDo &lywhitelist-add @&lc to whitelist the player &lb'@'", packet.uuid, packet.name);
|
info("&lcDo &lywhitelist add @&lc to whitelist the player &lb'@'", packet.uuid, packet.name);
|
||||||
con.kick(KickReason.whitelist);
|
con.kick(KickReason.whitelist);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user