You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (IsInterpreting())
SendBlakodMessage(object_id,DELETE_MSG,0,NULL);
else
SendTopLevelBlakodMessage(object_id,DELETE_MSG,0,NULL);
/* now remove object */
Might I suggest something like
Prepended to
Meridian59/blakserv/object.c
Line 330 in 35db18a
This would also better address #1391 , thoughts?
The text was updated successfully, but these errors were encountered: