Changes by code002lover

This commit is contained in:
HoherGeist
2025-07-12 22:53:13 +02:00
parent 14e32bc921
commit a8063216cc
4 changed files with 49 additions and 42 deletions
+3 -1
View File
@@ -113,9 +113,11 @@ public sealed class CustomClasses : Plugin
// Then decode using standard base64
var decodedBytes = Convert.FromBase64String(standardized);
var decodedMessage = System.Text.Encoding.UTF8.GetString(decodedBytes);
Logger.Info(decodedMessage);
CustomPlayerEffect.Initialize();
PlayerEvents.Spawned += OnPlayerSpawned;
ServerEvents.RoundEnded += OnRoundEnded;
Scp914Events.ProcessingPickup += OnScp914ProcessingPickup;