Skip to content

Commit

Permalink
process order swap back
Browse files Browse the repository at this point in the history
  • Loading branch information
savethetreez committed Oct 29, 2023
1 parent fd6702b commit 363cca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/processes/__processes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ var/datum/process_list/processes = new
var/process/lighting_sources/lighting_sources = null
var/process/lighting_overlays/lighting_overlays = null
var/process/map/map = null
var/process/epochswap/epochswap = null
var/process/mapswap/mapswap = null
var/process/epochswap/epochswap = null
var/process/gamemode/gamemode = null
var/process/mob/mob = null
var/process/movement/movement = null
Expand Down

0 comments on commit 363cca6

Please sign in to comment.