Skip to content

Commit

Permalink
Will this work???
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeLakers2 committed Jul 3, 2024
1 parent ea88903 commit 15b111c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "__odlint.dm"
#include "_maps\_basemap.dm"
#include "code\__byond_version_compat.dm"
#include "code\__byond_version_compat.dm"
#include "code\_compile_options.dm"
#include "code\_experiments.dm"
#include "code\world.dm"
Expand Down
1 change: 1 addition & 0 deletions tools/ticked_file_enforcement/ticked_file_enforcement.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def get_base_scanning_directory_file_list():
file_path = file_path.strip(' "')
# At this point, we should have the file path. So finally, prepend the DME's directory.
file_path = includes_file.parent.joinpath(file_path)
file_path = pathlib.Path(file_path)
if file_path in includes_found:
post_error(f"The file `{file_path}` is included multiple times.")
continue
Expand Down

0 comments on commit 15b111c

Please sign in to comment.