mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Allow gods to terraform without limits. Respect the Allow Others To
Terraform flag in land.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
using System.IO;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.Environment.Modules.World.Terrain
|
||||
{
|
||||
@@ -35,7 +36,7 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
|
||||
{
|
||||
void LoadFromFile(string filename);
|
||||
void SaveToFile(string filename);
|
||||
void ModifyTerrain(Vector3 pos, byte size, byte action, UUID agentId);
|
||||
void ModifyTerrain(UUID user, Vector3 pos, byte size, byte action, UUID agentId);
|
||||
|
||||
/// <summary>
|
||||
/// Load a terrain from a stream.
|
||||
|
||||
Reference in New Issue
Block a user