Added support for large events, allowed field move-related event names to have other text in their names

This commit is contained in:
Maruno17
2021-04-03 01:10:27 +01:00
parent af33799cb7
commit afd76503b2
21 changed files with 336 additions and 278 deletions

View File

@@ -1092,7 +1092,7 @@ module Compiler
)
changed = true
end
if deletedRoute
if false # deletedRoute
insertMoveRouteAt.call(list,list.length-1,deletedRoute)
changed = true
end