[template.sqf line 114](https://github.com/trubb/trubb_A3MissionFramework/blob/7c82c13ba360fe732b55b70afaa6fadca52143d4/loadouts/template.sqf#L114) uses the incorrect classname for splints. Current: `_splint = "adv_aceSplint_splint";` Should be: `_splint = "ACE_splint";`