mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Patch from Michael Osias IBM (jimbo2120)
In his own words: If a prim becomes a listener or remote channel and the script is deleted, it cannot become a listener or channel again with a new script. This patch fixes that.
This commit is contained in:
@@ -39,5 +39,6 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
RPCRequestInfo GetNextRequest();
|
||||
void RemoteDataReply(string channel, string message_id, string sdata, int idata);
|
||||
bool IsEnabled();
|
||||
void DeleteChannel(LLUUID itemID);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user