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
I came across this while working on something else. When a map is deleted, it will remove itself from the tacticalmap that it's in, but not from the overmaparea.
Make changes to Map.gd and it's delete function so that the overmaparea is updated as well.
Remove the references variable from DMap as well
Remove the add_reference_to_tile from dtiles as well
The text was updated successfully, but these errors were encountered:
I came across this while working on something else. When a map is deleted, it will remove itself from the
tacticalmap
that it's in, but not from theovermaparea
.Make changes to
Map.gd
and it'sdelete
function so that theovermaparea
is updated as well.Remove the
references
variable fromDMap
as wellRemove the
add_reference_to_tile
from dtiles as wellThe text was updated successfully, but these errors were encountered: