mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
partial support of IW6x until the game log is implemented
This commit is contained in:
@ -269,7 +269,7 @@ namespace SharedLibraryCore
|
||||
{
|
||||
try
|
||||
{
|
||||
return (await this.GetDvarAsync<string>("sv_customcallbacks")).Value == "1";
|
||||
return (await this.GetDvarAsync("sv_customcallbacks", "0")).Value == "1";
|
||||
}
|
||||
|
||||
catch (Exceptions.DvarException)
|
||||
|
Reference in New Issue
Block a user