mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
added one more command to the console help.
This commit is contained in:
@@ -152,7 +152,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
// sunPhase = 12;
|
||||
// }
|
||||
// sunPhase = sunPhase - 12;
|
||||
|
||||
//
|
||||
// float yValue = 0.1f*(sunPhase);
|
||||
// Console.WriteLine("Computed SunPhase: {0}, yValue: {1}", sunPhase, yValue);
|
||||
// if (yValue > 1.2f)
|
||||
@@ -182,6 +182,5 @@ namespace OpenSim.Region.Environment.Modules
|
||||
// viewertime.TimeInfo.UsecSinceStart = (ulong) Util.UnixTimeSinceEpoch();
|
||||
// // OutPacket(viewertime);
|
||||
// }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user