* Rewrote GiveMoney function and created several offspring Give*Money functions

* Added GroupPowers enum courtesy of Thoys and switched GroupManager over to use it
* Renamed Simulator.SimCaps to Simulator.Caps
* Turned off Keep-Alive and Expect-100: Continue headers on Login
* Added MoneyTransactionType and TransactionFlags

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1391 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-09-05 01:21:36 +00:00
parent c25b0afada
commit 2bb6a50b08
11 changed files with 241 additions and 56 deletions

View File

@@ -196,7 +196,7 @@ namespace importprimscript
if (CurrentUpload.Success)
{
// Pay for the upload
Client.Self.GiveMoney(LLUUID.Zero, Client.Settings.UPLOAD_COST, "importprimscript");
Client.Self.PayUploadFee("importprimscript");
Console.WriteLine("Finished uploading image " + filename + ", AssetID: " +
CurrentUpload.AssetID.ToStringHyphenated());