mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
New chat client / messenger (#10654)
This commit is contained in:
@@ -11,8 +11,6 @@ var/global/datum/ntnet/ntnet_global = new()
|
||||
var/list/available_software = list()
|
||||
var/list/available_software_presets = list()
|
||||
var/list/available_news = list()
|
||||
var/list/chat_channels = list()
|
||||
var/list/chat_clients = list()
|
||||
var/list/fileservers = list()
|
||||
var/list/datum/ntnet_account/users = list()
|
||||
// Amount of logs the system tries to keep in memory. Keep below 999 to prevent byond from acting weirdly.
|
||||
|
||||
Reference in New Issue
Block a user