gcrate start does nothing from F1 console or rcon
Console command not working since last update
Correction ,didnt run from console. Did before. Need it to be able to just run from console for my event automation.
Commented out the part limiting it to rcon only
private void GuardedCrateConsoleCommand(ConsoleSystem.Arg arg)
{
if (arg == null/* || !arg.IsRcon*/)
return;