Fixed non player killstreak kills counting as suicide
(custom callbacks) RCON tweaks to hopefully prevent RCON flooding Stats reimp added IW4x extra weapons
This commit is contained in:
@ -40,7 +40,7 @@ namespace SharedLibrary.Helpers
|
||||
public void Update(Task<bool> T)
|
||||
{
|
||||
RequestedTask = T;
|
||||
Console.WriteLine($"Starting Task {T.Id} ");
|
||||
// Console.WriteLine($"Starting Task {T.Id} ");
|
||||
RequestedTask.Start();
|
||||
|
||||
if (TimesRun > 25)
|
||||
|
Reference in New Issue
Block a user