diff options
author | lbsa71 | 2007-05-16 20:08:55 +0000 |
---|---|---|
committer | lbsa71 | 2007-05-16 20:08:55 +0000 |
commit | 7a116888575c278cb03fed044c17ab58842a374e (patch) | |
tree | 52817ee8e935f902985b8eada25d53b8604e21d2 /OpenSim.RegionServer | |
parent | another oops (diff) | |
download | opensim-SC_OLD-7a116888575c278cb03fed044c17ab58842a374e.zip opensim-SC_OLD-7a116888575c278cb03fed044c17ab58842a374e.tar.gz opensim-SC_OLD-7a116888575c278cb03fed044c17ab58842a374e.tar.bz2 opensim-SC_OLD-7a116888575c278cb03fed044c17ab58842a374e.tar.xz |
* here goes nothing...
Diffstat (limited to 'OpenSim.RegionServer')
-rw-r--r-- | OpenSim.RegionServer/world/World.PacketHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/world/World.PacketHandlers.cs b/OpenSim.RegionServer/world/World.PacketHandlers.cs index 3c3548d..362bc14 100644 --- a/OpenSim.RegionServer/world/World.PacketHandlers.cs +++ b/OpenSim.RegionServer/world/World.PacketHandlers.cs | |||
@@ -13,7 +13,7 @@ using OpenSim.Assets; | |||
13 | 13 | ||
14 | namespace OpenSim.world | 14 | namespace OpenSim.world |
15 | { | 15 | { |
16 | partial class World | 16 | public partial class World |
17 | { | 17 | { |
18 | public bool ModifyTerrain(SimClient simClient, Packet packet) | 18 | public bool ModifyTerrain(SimClient simClient, Packet packet) |
19 | { | 19 | { |