I think I found the error, even if it should have worked anyway:
if (!$RTB::RTBS_ServerControl)
{
exec("Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs");
}
Changed to:
if (!$RTB::RTBR_ServerControl_Hook)
{
exec("Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs");
}
And apparently, it worked, even if it should have worked anyway. Sorry for taking up your time.
Edit: And so I got this(Total unrelated of the above):
Add-Ons/System_ReturnToBlockland/RTBC_IRCClient.cs (1175): Unable to find object: '' attempting to call function 'setBitmap'
BackTrace: ->RTBIC_SC::onDisconnect->RTBIC_Disconnect->RTBIC_SetPane