Update player_notes.dm

This commit is contained in:
ItsSelis
2022-06-19 00:56:01 +02:00
parent c267fe7578
commit 37daa28920
@@ -118,7 +118,7 @@
if("add_player_info")
var/key = params["ckey"]
var/add = tgui_input_message(usr, "Write your comment below.", "Add Player Info")
var/add = tgui_input_text(usr, "Write your comment below.", "Add Player Info", multiline = TRUE)
if(!add) return
notes_add(key,add,usr)