Oh i see the problem.if(!$RTB::RTBR_ServerControl_Hook)
{
exec("Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs");
RTB_registerPref("Sit command","Enable/Disable","Pref::Server::DisableSitCommand","bool","Script_NoSit", false, false, true);
}
Should beif(!$RTB::RTBR_ServerControl_Hook)
{
exec("Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs");
}
RTB_registerPref("Sit command","Enable/Disable","Pref::Server::DisableSitCommand","bool","Script_NoSit", false, false, true);