Move snow and world obj utils to game resource

This commit is contained in:
Vortrex
2021-10-25 13:00:52 -05:00
parent 30628a7e35
commit 42f234e6c5

View File

@@ -59,9 +59,6 @@ function addAllNetworkHandlers() {
addNetworkHandler("vrr.money", setLocalPlayerCash);
addNetworkHandler("vrr.armour", setLocalPlayerArmour);
addNetworkHandler("vrr.excludeGroundSnow", excludeModelFromGroundSnow);
addNetworkHandler("vrr.removeWorldObject", removeWorldObject);
addNetworkHandler("vrr.delKeyBind", unBindAccountKey);
addNetworkHandler("vrr.addKeyBind", bindAccountKey);
addNetworkHandler("vrr.clearKeyBinds", clearKeyBinds);
@@ -73,6 +70,7 @@ function addAllNetworkHandlers() {
addNetworkHandler("vrr.chatScrollLines", setChatScrollLines);
addNetworkHandler("vrr.radioStream", playStreamingRadio);
addNetworkHandler("vrr.audioFileStream", playAudioFile);
addNetworkHandler("vrr.stopRadioStream", stopStreamingRadio);
addNetworkHandler("vrr.radioVolume", setStreamingRadioVolume);