Skip to content

Commit

Permalink
Fix ChaosLeader
Browse files Browse the repository at this point in the history
  • Loading branch information
XLittleLeft committed Dec 14, 2024
1 parent 0af77bd commit dbad697
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HelpSense/Helper/Event/EventHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public static void OnTeamRespawn(SpawnableWaveBase spawnableWaveBase, List<Refer

player.ShowBroadcast(Plugin.Instance.TranslateConfig.ChaosLeaderSpawnBroadcast, 10, Broadcast.BroadcastFlags.Normal);

var firearm = player.AddItem(ItemType.ParticleDisruptor) as ParticleDisruptor;
//var firearm = player.AddItem(ItemType.ParticleDisruptor) as ParticleDisruptor;
//TODO:子弹
//firearm.Status = new FirearmStatus(5, FirearmStatusFlags.MagazineInserted, firearm.GetCurrentAttachmentsCode());

Expand Down
2 changes: 1 addition & 1 deletion HelpSense/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class Plugin
public ItemBase SCP1056Base;

public static System.Version PluginVersion => new(1, 3, 7);
public static DateTime LastUpdateTime => new(2024, 12, 10, 14, 17, 57);
public static DateTime LastUpdateTime => new(2024, 12, 14, 12, 19, 45);
public static System.Version RequiredGameVersion => new(14, 0, 0);

[PluginEntryPoint("HelpSense", "1.3.7", "HelpSense综合服务器插件", "X小左")]
Expand Down
2 changes: 1 addition & 1 deletion HelpSense/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyTitle("HelpSense")]
[assembly: AssemblyDescription("A Plugin For SCP:SL")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("X小左")]
[assembly: AssemblyProduct("HelpSense")]
[assembly: AssemblyCopyright("Copyright © X小左 2022-2024")]
[assembly: AssemblyTrademark("")]
Expand Down

0 comments on commit dbad697

Please sign in to comment.