mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* Removed a bunch of compiler warnings.
This commit is contained in:
@@ -112,7 +112,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// <param name="RemoteClient">Client to send to</param>
|
||||
public virtual void SendLayerData(IClientAPI RemoteClient)
|
||||
{
|
||||
bool usingTerrainModule = false;
|
||||
bool usingTerrainModule = true;
|
||||
|
||||
if (usingTerrainModule)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user