Yengine: let llminEventDelay do something: it just ignores a more limited set of events than Xengine (neither do as SL)

This commit is contained in:
UbitUmarov
2019-02-20 20:12:13 +00:00
parent ac651a168a
commit 72c472f988
6 changed files with 62 additions and 17 deletions

View File

@@ -88,10 +88,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
path_update = 40,
// XMRE specific
region_cross = 63,
// marks highest numbered event, ie, number of columns in seht.
Size = 64
Size = 41
}
}