mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Show in kick packets.
This commit is contained in:
parent
e36520f68b
commit
50c4e0809d
@ -280,7 +280,8 @@ namespace MCGalaxy {
|
||||
aiming = false;
|
||||
|
||||
bool cp437 = HasCpeExt(CpeExt.FullCP437);
|
||||
Send(Packet.MakeKick(kickMsg, cp437), sync);
|
||||
string kickPacketMsg = ChatTokens.Apply(kickMsg, this);
|
||||
Send(Packet.MakeKick(kickPacketMsg, cp437), sync);
|
||||
disconnected = true;
|
||||
if (!loggedIn) {
|
||||
connections.Remove(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user