mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Show in kick packets.
This commit is contained in:
parent
e36520f68b
commit
50c4e0809d
@ -280,7 +280,8 @@ namespace MCGalaxy {
|
|||||||
aiming = false;
|
aiming = false;
|
||||||
|
|
||||||
bool cp437 = HasCpeExt(CpeExt.FullCP437);
|
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;
|
disconnected = true;
|
||||||
if (!loggedIn) {
|
if (!loggedIn) {
|
||||||
connections.Remove(this);
|
connections.Remove(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user