Skip to content

Commit da6db05

Browse files
committed
Fix Debugging Error
1 parent 5450560 commit da6db05

1 file changed

Lines changed: 0 additions & 2 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)

0 commit comments

Comments
 (0)