You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue with map data parsing in CoH3 patch 1.7.0
Add parsing of entity construction commands (things like bunker/mine/sandbag construction)
Add command index to all player commands, to be able to track how many commands players have issued
Breaking Changes
The magnus dependency has been updated to 0.7, which is a breaking change for clients that use magnus bindings in Ruby gems. Gems will also need to be updated to magnus 0.7 to compile with this version of vault. If you don't use magnus there should be no breaking changes in this version.