mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 15:34:35 +00:00
TGUI NTOS - Total Conversion
This commit is contained in:
@@ -181,5 +181,8 @@ var/global/datum/ntnet/ntnet_global = new()
|
||||
return 1
|
||||
return 0
|
||||
|
||||
|
||||
/datum/ntnet/proc/get_chat_channel_by_id(id)
|
||||
for(var/datum/ntnet_conversation/chan in chat_channels)
|
||||
if(chan.id == id)
|
||||
return chan
|
||||
|
||||
|
||||
Reference in New Issue
Block a user