mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
fix issue with restarting via web
replace some hard coded string in javascript with localization break things to fix things
This commit is contained in:
@ -712,7 +712,7 @@ namespace SharedLibraryCore.Database.Models
|
||||
[NotMapped]
|
||||
public int Score { get; set; }
|
||||
[NotMapped]
|
||||
public bool IsBot { get; set; }
|
||||
public bool IsBot => NetworkId == -1;
|
||||
|
||||
[NotMapped]
|
||||
public ClientState State { get; set; }
|
||||
|
Reference in New Issue
Block a user