Ugh, should not have removed that
This commit is contained in:
parent
709b3705ab
commit
3691e98814
|
@ -585,6 +585,10 @@ int set_amxnatives(AMX* amx, char error[128])
|
|||
|
||||
int unload_amxscript(AMX* amx, void** program)
|
||||
{
|
||||
#if defined WIN32
|
||||
int flags = amx->flags;
|
||||
#endif
|
||||
|
||||
Debugger *pDebugger = (Debugger *)amx->userdata[UD_DEBUGGER];
|
||||
if (pDebugger)
|
||||
delete pDebugger;
|
||||
|
|
Loading…
Reference in New Issue
Block a user