Bunch of stuff

This commit is contained in:
Vortrex
2022-05-12 16:41:32 -05:00
parent 5e075e25f9
commit 0543a58597
16 changed files with 265 additions and 334 deletions

View File

@@ -94,6 +94,7 @@ function addAllNetworkHandlers() {
// Locale
addNetworkEventHandler("vrr.localeString", receiveLocaleStringFromServer);
addNetworkEventHandler("vrr.localeStrings", receiveLocaleStringsFromServer);
// Misc
addNetworkEventHandler("vrr.mouseCursor", toggleMouseCursor);