mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Build fixes.
This commit is contained in:
@@ -340,7 +340,7 @@
|
||||
usr << "<span class='info'>There isn't enough space left on \the [src] to write anything.</span>"
|
||||
return
|
||||
|
||||
var/t = strip_html_simple(input("Enter what you want to write:", "Write", null, null) as message)
|
||||
var/t = strip_html_properly(input("Enter what you want to write:", "Write", null, null) as message)
|
||||
|
||||
if(!t)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user