Skip to content

Commit

Permalink
Update code/controllers/subsystem/non-firing/mapping.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Oct 14, 2024
1 parent 7015005 commit 31daa04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/controllers/subsystem/non-firing/mapping.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ SUBSYSTEM_DEF(mapping)
var/F = file("data/next_map.txt")
F << next_map.type

var/played_map = file("data/played_map.txt")
played_map << map_datum.type

/datum/controller/subsystem/mapping/proc/convert_map_datums()
var/list/map_subtypes = subtypesof(/datum/map)
Expand Down

0 comments on commit 31daa04

Please sign in to comment.