This commit is contained in:
shoopea 2020-06-21 15:48:01 +02:00
parent 19635b9eef
commit c712bcdcd2

View File

@ -175,7 +175,7 @@ func main() {
Packet: p,
}
sp.Read(b[:p.PLength])
logInfoDebug("AdminPacketServerRCon :\n- Colour: %d\n- Output: %s", sp.ColorID, sp.Output)
logInfoDebug("AdminPacketServerRCon :\n- ColorID: %d\n- Output: %s", sp.ColorID, sp.Output)
case AdminPacketServerRConEnd:
sp := PacketServerRConEnd{
Packet: p,