auth cookie expires after 30 days
only check hit offset when distance > 3 meters fix null reference on unauthorized user fixed stats not showing on profile if anticheat disabled server client history turns red server is unresponsive
This commit is contained in:
@ -75,13 +75,9 @@ namespace Welcome_Plugin
|
||||
}
|
||||
}
|
||||
|
||||
public async Task OnUnloadAsync()
|
||||
{
|
||||
}
|
||||
public Task OnUnloadAsync() => Utilities.CompletedTask;
|
||||
|
||||
public async Task OnTickAsync(Server S)
|
||||
{
|
||||
}
|
||||
public Task OnTickAsync(Server S) => Utilities.CompletedTask;
|
||||
|
||||
public async Task OnEventAsync(Event E, Server S)
|
||||
{
|
||||
|
Reference in New Issue
Block a user