mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-25 06:07:36 +01:00
Minor telecom code cleanup (#1691)
This commit is contained in:
committed by
kevinz000
parent
f4ee87ab5a
commit
30d3a42db6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user