Geyser/connector/src
RednedEpic 70031c65e7 Handle keepalives better (Closes #965)
Bedrock cuts off the last 3 digits consistently every time, meaning that the keepalive returned from bedrock is never fully accurate. However, if we multiply the value by 1000, then divide by 1000 when sending back to java, the proper value is returned.
2020-12-12 00:45:41 -06:00
..
main Handle keepalives better (Closes #965) 2020-12-12 00:45:41 -06:00
test/java/org/geysermc/connector/network/translators/chat More chat fixes (#1557) 2020-11-18 23:18:36 +00:00