delete invis unicode char

This commit is contained in:
2025-06-05 01:16:12 +02:00
parent 96596e9c08
commit 3e51b1a6c8
8 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
using CustomPlayerEffects;
using CustomPlayerEffects;
using InventorySystem.Items.Usables.Scp330;
using LabApi.Events.Arguments.PlayerEvents;
using LabApi.Events.Arguments.Scp0492Events;
@@ -72,4 +72,4 @@ public class GrowingZombies : Plugin
Scp330Bag.AddSimpleRegeneration(ev.Player.ReferenceHub, regenIntensity, 15f);
}
}
}