mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 14:56:19 +08:00
* Added addNewUserAgent() function. No idea if it breaks compilation since MSVC#2005 solutions are broken.
This commit is contained in:
@@ -125,6 +125,11 @@ namespace OpenGrid.Framework.Data.MySQL
|
||||
{
|
||||
}
|
||||
|
||||
public void addNewUserAgent(UserAgentData agent)
|
||||
{
|
||||
// Do nothing.
|
||||
}
|
||||
|
||||
public bool moneyTransferRequest(LLUUID from, LLUUID to, uint amount)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user