mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
remove unused value in activity watcher
This commit is contained in:
parent
15904ff51f
commit
2c3a4b4e5e
@ -36,7 +36,6 @@
|
|||||||
public event EventHandler? OnAppClose;
|
public event EventHandler? OnAppClose;
|
||||||
public event EventHandler<Message>? OnRPCMessage;
|
public event EventHandler<Message>? OnRPCMessage;
|
||||||
|
|
||||||
private readonly Dictionary<string, string> GeolocationCache = new();
|
|
||||||
private DateTime LastRPCRequest;
|
private DateTime LastRPCRequest;
|
||||||
|
|
||||||
public string LogLocation = null!;
|
public string LogLocation = null!;
|
||||||
|
Loading…
Reference in New Issue
Block a user