feat: more attempted fixes for models and animations

This commit is contained in:
Chris
2025-12-29 12:54:07 -05:00
parent 58f1bc66bb
commit 338ff3bed4
10 changed files with 2751 additions and 29 deletions

View File

@@ -83,7 +83,7 @@ namespace Reset.Units{
// Tell every unit to set the new health value
if (UnitIsNetworked()) {
SetHealthRpc(newHealth);
SetHealthRpc(newHealth);
} else {
SetHealth(newHealth);
}