mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
File standardisation (#13131)
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
This commit is contained in:
Vendored
+1
-1
@@ -25,4 +25,4 @@ var/global/datum/repository/apc/apc_repository = new()
|
||||
|
||||
cache_entry.timestamp = world.time + 5 SECONDS
|
||||
cache_entry.data = apcData
|
||||
return apcData
|
||||
return apcData
|
||||
|
||||
Vendored
+1
-1
@@ -3,4 +3,4 @@
|
||||
var/list/data = list()
|
||||
|
||||
/datum/repository
|
||||
var/cache_data
|
||||
var/cache_data
|
||||
|
||||
Vendored
+1
-1
@@ -21,4 +21,4 @@ var/global/datum/repository/powermonitor/powermonitor_repository = new()
|
||||
|
||||
/datum/repository/powermonitor/proc/update_cache()
|
||||
return powermonitor_data(refresh = 1)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user