Minor telecom code cleanup (#1691)

This commit is contained in:
CitadelStationBot
2017-06-20 09:58:53 -05:00
committed by kevinz000
parent f4ee87ab5a
commit 30d3a42db6
7 changed files with 38 additions and 64 deletions
@@ -62,7 +62,7 @@
/datum/ntnet_conversation/proc/change_title(newtitle, datum/computer_file/program/chatclient/client)
if(operator != client)
return 0 // Not Authorised
return FALSE // Not Authorised
add_status_message("[client.username] has changed channel title from [title] to [newtitle]")
title = newtitle