mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01: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