Skip to content

v1.2.2

Compare
Choose a tag to compare
@outdead outdead released this 18 Oct 16:00
· 35 commits to master since this release
306d14e

Added

  • Added one more workaround for Rust server. When sent command "Say" there is no response data from server
    with packet.ID = SERVERDATA_EXECCOMMAND_ID, only previous console message that command was received with
    packet.ID = -1, therefore, forcibly set packet.ID to SERVERDATA_EXECCOMMAND_ID.