Use new keybind utils

This commit is contained in:
Vortrex
2021-07-25 22:10:49 -05:00
parent 9ce391ef9a
commit 7d74d11a8d
3 changed files with 22 additions and 4 deletions

View File

@@ -62,6 +62,7 @@ function addAllNetworkHandlers() {
addNetworkHandler("vrr.delKeyBind", unBindAccountKey);
addNetworkHandler("vrr.addKeyBind", bindAccountKey);
addNetworkHandler("vrr.clearKeyBinds", clearKeyBinds);
addNetworkHandler("vrr.nametag", updatePlayerNameTag);
addNetworkHandler("vrr.ping", updatePlayerPing);