mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-06-25 05:41:56 +00:00
Remove this test
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user