Skip to content

Commit

Permalink
fixes out of order entry in dme
Browse files Browse the repository at this point in the history
  • Loading branch information
RipGrayson committed Dec 25, 2024
1 parent 62ddaa2 commit a8795ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgmc.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1568,8 +1568,8 @@ F// DM Environment file for baystation12.dme.
#include "code\modules\error_handler\error_handler.dm"
#include "code\modules\error_handler\error_viewer.dm"
#include "code\modules\events\_events.dm"
#include "code\modules\events\hive_threat.dm"
#include "code\modules\events\grinch_visit.dm"
#include "code\modules\events\hive_threat.dm"
#include "code\modules\events\intel_computer.dm"
#include "code\modules\events\santa_visit.dm"
#include "code\modules\events\stock_uptick.dm"
Expand Down

0 comments on commit a8795ac

Please sign in to comment.