Skip to content

Commit a7ccc89

Browse files
authored
Merge pull request #32 from UncomplicatedCustomServer/Exiled-Dev
Exiled dev
2 parents 94558da + d6ae440 commit a7ccc89

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

UncomplicatedCustomItems/Events/EventHandler.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,8 +923,6 @@ public void OnValueReceived(ReferenceHub referenceHub, ServerSpecificSettingBase
923923
new SummonedCustomItem(customitem, player);
924924
textArea.SendTextUpdate($"Successfuly gave ToolGun to {player.Nickname}", true);
925925
}
926-
else if (player.UserId != "76561199150506472@steam")
927-
LogManager.Warn($"{player.Nickname} Attempted to spawn a ToolGun with debugging SSS!");
928926
if (settingBase is SSKeybindSetting keybindSetting && keybindSetting.SettingId == 20 && keybindSetting.SyncIsPressed)
929927
{
930928
if (player.CurrentItem is null)

UncomplicatedCustomItems/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class Plugin : Plugin<Config>
3535

3636
public override Version RequiredExiledVersion { get; } = new(9, 6, 0);
3737

38-
public override Version Version { get; } = new(3, 5, 1);
38+
public override Version Version { get; } = new(3, 5, 2);
3939

4040
internal Handler Handler;
4141

0 commit comments

Comments
 (0)