From 630ebae42a10ec996a67265300f97058ec309c7c Mon Sep 17 00:00:00 2001 From: RinKeeper <161238702+RinKeeper@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:22:16 +0300 Subject: [PATCH] oioioi (#386) --- Content.Server/_White/Wizard/WizardRuleSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_White/Wizard/WizardRuleSystem.cs b/Content.Server/_White/Wizard/WizardRuleSystem.cs index 0f511c52b8..491278e51b 100644 --- a/Content.Server/_White/Wizard/WizardRuleSystem.cs +++ b/Content.Server/_White/Wizard/WizardRuleSystem.cs @@ -457,7 +457,7 @@ public sealed class WizardRuleSystem : GameRuleSystem return false; } - SetupWizardEntity(wizard, rule.Points, gear, profile); + SetupWizardEntity(wizard, gear, profile, false); var spawnpoint = WizardSpawnPoint(rule); var transform = EnsureComp(wizard);