Add a blue box to the stub money module to alert users that buying is

unimplemented
This commit is contained in:
Melanie Thielker
2009-05-11 18:06:50 +00:00
parent 5164403676
commit 91bfd25ef8

View File

@@ -819,7 +819,7 @@ namespace OpenSim.Region.ReplaceableModules.MoneyModule
UUID sessionID, UUID groupID, UUID categoryID,
uint localID, byte saleType, int salePrice)
{
remoteClient.SendBlueBoxMessage(UUID.Zero, "", "Buying is not implemented in this version");
}
}