no relative pathing (#16234)

* the voices win in the end

* cleanup

* changelog

* secure.dm hates me

* make_exact_fit() in initialize instead of whatever was happening before
This commit is contained in:
harryob
2023-04-30 21:10:13 +00:00
committed by GitHub
parent ad29453d4a
commit 578bae6f6f
144 changed files with 9951 additions and 9675 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
datum
computer
var/name
folder
var/list/datum/computer/contents = list()
/datum/computer
var/name
file
/datum/computer/folder
var/list/datum/computer/contents = list()
/datum/computer/folder/file
+1 -1
View File
@@ -40,7 +40,7 @@ var/global/datum/getrev/revdata = new()
world.log << date
world.log << revision
client/verb/showrevinfo()
/client/verb/showrevinfo()
set category = "OOC"
set name = "Show Server Revision"
set desc = "Check the current server code revision"