1
0
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:
RaidMax
2020-11-07 10:40:58 -06:00
parent a001f55097
commit f8c886d9db
7 changed files with 149 additions and 32 deletions

View File

@ -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)