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

unimplemented
0.6.5-rc1
Melanie Thielker 2009-05-11 18:06:50 +00:00
parent 5164403676
commit 91bfd25ef8
1 changed files with 1 additions and 1 deletions

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");
}
}