Flip Cbuf_Execute() removal

Removed the wrong call
This commit is contained in:
Kawe Mazidjatari 2022-08-21 01:44:01 +02:00
parent ba9f61a163
commit 8df311d126
2 changed files with 1 additions and 1 deletions

View File

@ -274,6 +274,7 @@ FORCEINLINE void CHostState::LoadConfig(void) const
#endif // !DEDICATED
Cbuf_AddText(Cbuf_GetCurrentPlayer(), "exec \"autoexec_dev.cfg\"", cmd_source_t::kCommandSrcCode);
}
Cbuf_Execute();
}
}

View File

@ -1049,7 +1049,6 @@ void BHit_f(const CCommand& args)
vecAbsStart.z + vecAbsEnd.z * MAX_COORD_RANGE);
Cbuf_AddText(Cbuf_GetCurrentPlayer(), szBuf, cmd_source_t::kCommandSrcCode);
Cbuf_Execute();
}
#endif // !DEDICATED
}