mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Assorted Nanopaint-related Fixes (#96293)
This commit is contained in:
@@ -126,8 +126,8 @@
|
||||
if("PRG_savelog")
|
||||
if(!channel)
|
||||
return
|
||||
var/logname = stripped_input(params["log_name"])
|
||||
if(!logname)
|
||||
var/logname = trim(params["log_name"], MAX_MESSAGE_LEN)
|
||||
if(!length(logname) || !filter_filename_pda(logname))
|
||||
return
|
||||
var/datum/computer_file/data/text/logfile = new()
|
||||
// Now we will generate HTML-compliant file that can actually be viewed/printed.
|
||||
|
||||
Reference in New Issue
Block a user