mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Minor - error message should be a warning. Spelling
This commit is contained in:
@@ -1117,7 +1117,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
// If multiple updates are scheduled on the same second, we still need to perform all of them
|
||||
// So we'll force the issue by bumping up the timestamp so that later processing sees these need
|
||||
// to be peformed.
|
||||
// to be performed.
|
||||
if (timeNow <= TimeStampFull)
|
||||
{
|
||||
TimeStampFull += 1;
|
||||
|
||||
Reference in New Issue
Block a user