diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs index ce77527..aa7c7b4 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs | |||
@@ -55,7 +55,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
55 | return; | 55 | return; |
56 | 56 | ||
57 | //if it wasn't for the permission checking we could have the terrain module directly subscribe to the OnModifyTerrain event | 57 | //if it wasn't for the permission checking we could have the terrain module directly subscribe to the OnModifyTerrain event |
58 | Terrain.ModifyTerrain(height, seconds, brushsize, action, north, west, remoteUser); | 58 | Terrain.ModifyTerrain(height, seconds, brushsize, action, north, west, south, east, remoteUser); |
59 | } | 59 | } |
60 | 60 | ||
61 | /// <summary> | 61 | /// <summary> |