Remove this test

This commit is contained in:
ineed bots 2023-09-10 18:45:15 -06:00
parent 93a9fd55d5
commit a38c4ea524

View File

@ -112,9 +112,6 @@ namespace codsrc
// Completed
void Scr_ErrorInternal(game::scriptInstance_t inst)
{
std::string a = "OH NO";
printf("%s\n", a.c_str());
assert(game::gScrVarPub[inst].error_message);
if ( !game::gScrVarPub[inst].evaluate && !game::gScrCompilePub[inst].script_loading )