mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-11 08:14:51 +01:00
[s] Clean up some inputs
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
if(!channel)
|
||||
return
|
||||
var/mob/living/user = usr
|
||||
var/logname = input(user,"Enter desired logfile name (.log) or leave blank to cancel:")
|
||||
var/logname = stripped_input(user,"Enter desired logfile name (.log) or leave blank to cancel:")
|
||||
if(!logname || !channel)
|
||||
return 1
|
||||
var/datum/computer_file/data/logfile = new/datum/computer_file/data/logfile()
|
||||
|
||||
Reference in New Issue
Block a user