mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Flip Cbuf_Execute() removal
Removed the wrong call
This commit is contained in:
parent
ba9f61a163
commit
8df311d126
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user