* 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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user