Blockland Forums > Modification Help
RTB Development
<< < (757/889) > >>
Demian:

--- Quote from: Ephialtes on November 07, 2011, 07:56:48 AM ---I still can't replicate a case that causes the groups to get deleted. It seems to be really obscure. Did you modify the groups recently prior to the deletion?

--- End quote ---
No. I've had the same groups for a long time. I did not lose anything as this has happened to me a lot in the past, I've learned to take backups of my groups. Funny thing is, this bug hasn't happened to me in a while. I remember a year back or so my groups would get deleted every other time I would start Blockland. Now they have been there for many months.
mctwist:
support/networking.cs (298)
--- Code: ---//- TCPObject::onDisconnect (onDisconnect callback)
function TCPObject::onDisconnect(%this)
{
   %this.delete();
   
   if(%this.dead)
      return;
}
--- End code ---
This should be better wrapped. It is bad practice to remove someone else's objects. I would suggest that you should check if the objects is from RTB. Also, why is the check if it's dead after the delete?
Greek2me:

--- Quote from: mctwist on November 09, 2011, 05:34:23 PM ---support/networking.cs (298)
---
This should be better wrapped. It is bad practice to remove someone else's objects. I would suggest that you should check if the objects is from RTB. Also, why is the check if it's dead after the delete?

--- End quote ---
Ah, is that the reason that your GUI replacer keeps giving me object not found errors?
SWAT One:
Tell BlockBot to automatically move people to "Looking for Servers" if they say or "/me" action the words server and go to within 3 posts of eachother or if said within a 10-second time frame.
MegaScientifical:
You can't move people for saying things, because they might be quoting someone else with the intention of forewarning of an starfish instead of actually saying that.
Navigation
Message Index
Next page
Previous page

Go to full version