mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user