mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-20 13:35:43 +00:00
Remove this test
This commit is contained in:
parent
93a9fd55d5
commit
a38c4ea524
@ -112,9 +112,6 @@ namespace codsrc
|
|||||||
// Completed
|
// Completed
|
||||||
void Scr_ErrorInternal(game::scriptInstance_t inst)
|
void Scr_ErrorInternal(game::scriptInstance_t inst)
|
||||||
{
|
{
|
||||||
std::string a = "OH NO";
|
|
||||||
printf("%s\n", a.c_str());
|
|
||||||
|
|
||||||
assert(game::gScrVarPub[inst].error_message);
|
assert(game::gScrVarPub[inst].error_message);
|
||||||
|
|
||||||
if ( !game::gScrVarPub[inst].evaluate && !game::gScrCompilePub[inst].script_loading )
|
if ( !game::gScrVarPub[inst].evaluate && !game::gScrCompilePub[inst].script_loading )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user