This commit is contained in:
RinKeeper
2024-06-27 11:22:16 +03:00
committed by GitHub
parent 288c1ec226
commit 630ebae42a

View File

@@ -457,7 +457,7 @@ public sealed class WizardRuleSystem : GameRuleSystem<WizardRuleComponent>
return false;
}
SetupWizardEntity(wizard, rule.Points, gear, profile);
SetupWizardEntity(wizard, gear, profile, false);
var spawnpoint = WizardSpawnPoint(rule);
var transform = EnsureComp<TransformComponent>(wizard);