Fix units not being disbanded correctly
The issue was using deleteAt
instead of delete
.
Also changes a bunch of let
s by const
s because they are const
s not
let
s.
Closes #4570 (closed).
Edited by wkwk
Merge request reports
Activity
Please register or sign in to reply