Disable client IP stuff because it borked

This commit is contained in:
Brant Martin
2018-07-18 22:34:59 -04:00
parent ec065ec329
commit 0f06ee5688
2 changed files with 5 additions and 2 deletions

View File

@@ -30,6 +30,9 @@ namespace Torch.Commands
[Permission(MyPromoteLevel.None)]
public void GetIP(ulong steamId = 0)
{
Context.Respond("Cannot obtain client IP.");
return;
if (steamId == 0)
steamId = Context.Player.SteamUserId;