delete invis unicode char

This commit is contained in:
code002lover 2025-06-05 01:13:57 +02:00
parent 96596e9c08
commit 3e51b1a6c8
8 changed files with 14 additions and 14 deletions

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;

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.Console;

View File

@ -1,4 +1,4 @@
using Interactables.Interobjects.DoorUtils;
using Interactables.Interobjects.DoorUtils;
using InventorySystem.Items;
using LabApi.Events.Arguments.PlayerEvents;
using LabApi.Events.Arguments.ServerEvents;

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>

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;

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>

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.Console;

View File

@ -1,4 +1,4 @@
using LabApi.Features;
using LabApi.Features;
using LabApi.Loader.Features.Plugins;
namespace ScpSwap;