mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 10:57:19 +01:00
sfad (#18021)
This commit is contained in:
@@ -1356,7 +1356,7 @@ var/global/enabled_spooking = 0
|
||||
message = sanitize(message, 500, extra = 0)
|
||||
|
||||
|
||||
var/list/sounds = file2list("sound/serversound_list.txt");
|
||||
var/list/sounds = file2list('sound/serversound_list.txt');
|
||||
sounds += "--CANCEL--"
|
||||
sounds += "--LOCAL--"
|
||||
sounds += sounds_cache
|
||||
|
||||
@@ -37,7 +37,7 @@ var/list/sounds_cache = list()
|
||||
set name = "Play Server Sound"
|
||||
if(!check_rights(R_SOUNDS)) return
|
||||
|
||||
var/list/sounds = file2list("sound/serversound_list.txt");
|
||||
var/list/sounds = file2list('sound/serversound_list.txt');
|
||||
sounds += "--CANCEL--"
|
||||
sounds += sounds_cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user