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 LabApi.Events.Arguments.PlayerEvents;
using LabApi.Events.Arguments.PlayerEvents;
using LabApi.Events.Handlers;
using LabApi.Features;
using LabApi.Features.Wrappers;
@@ -131,4 +131,4 @@ public class AfkSwap : Plugin
afkPlayer.SendBroadcast($"You were swapped with {randomSpectator.DisplayName} due to inactivity.", 10);
randomSpectator.SendBroadcast($"You were swapped with {afkPlayer.DisplayName} due to them being AFK.", 5);
}
}
}