feat: more attempted fixes for models and animations
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user