Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Apr 28, 2024
1 parent 7e261d7 commit 17b1d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/camera_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
return

var/message = tgui_input_text(user, "What would you like to message the streamer? (48 Characters MAX)", "Message", max_length = 48)
var/nickname = tgui_input_text(user, "What would you like your displayed name to be? (20 Characters MAX)", "Name?", max_length = 20)
var/nickname = tgui_input_text(user, "What would you like your displayed name to be? (20 Characters MAX)", "Name", max_length = 20)

broadcastingcamera.donationsaccount.money += spacecash.worth
if(ishuman(broadcastingcamera.loc))
Expand Down

0 comments on commit 17b1d6d

Please sign in to comment.