lil tweaks

- added a jukebox to box
- removed all access restricitions from the jukebox
- added 3 more title screen songs: Precinct 41, Totally Transcedent, Whirling-In-Rags
- fixed the bug with haydee modular jumpsuit icon
- increased admin played sound file size limit to 4 MB
This commit is contained in:
evilew
2024-06-04 02:00:47 +02:00
parent 5a7a9fa6ad
commit 72f28d09ce
10 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
////////////
//SECURITY//
////////////
#define UPLOAD_LIMIT 1048576 //Restricts client uploads to the server to 1MB //Could probably do with being lower.
#define UPLOAD_LIMIT 4194304 //Restricts client uploads to the server to 1MB //Could probably do with being lower. //GS13 edit: increased to 4Mb
GLOBAL_LIST_INIT(blacklisted_builds, list(
"1407" = "bug preventing client display overrides from working leads to clients being able to see things/mobs they shouldn't be able to see",