File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1045,13 +1045,13 @@ static void CreateDebugDump(const CCommand &args)
10451045 pInformation.EnsureChildVar <int >(" tick" , Util::server->GetTick ());
10461046 pInformation.EnsureChildVar <int >(" tickinterval" , Util::server->GetTickInterval ());
10471047
1048- if (Util::get)
1048+ /* if (Util::get)
10491049 {
10501050 Bootil::Data::Tree& pGmodInformation = pData.GetChild("gmod");
10511051 pGmodInformation.EnsureChildVar<Bootil::BString>("version", Util::get->VersionStr());
10521052 pGmodInformation.EnsureChildVar<Bootil::BString>("versionTime", Util::get->VersionTimeStr());
10531053 pGmodInformation.EnsureChildVar<Bootil::BString>("branch", Util::get->SteamBranch());
1054- }
1054+ }*/
10551055
10561056 // Dump all holylib convars.
10571057 {
You can’t perform that action at this time.
0 commit comments