summaryrefslogtreecommitdiff
path: root/src/network/network_type.h
diff options
context:
space:
mode:
authordP <dp@dpointer.org>2021-09-20 00:09:06 +0300
committerGitHub <noreply@github.com>2021-09-19 23:09:06 +0200
commit31cf9e888b1129ed8147a0ce1ee0bdbf7c121c9b (patch)
tree05a706ddc8b269445c4ea3b28959690b7774ae32 /src/network/network_type.h
parentd9f8ed7bdf5de55b339636f96d8958d04e6d6c6c (diff)
downloadopenttd-31cf9e888b1129ed8147a0ce1ee0bdbf7c121c9b.tar.xz
Add: [Network] external chat messages for remote admins (#9563)
Diffstat (limited to 'src/network/network_type.h')
-rw-r--r--src/network/network_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/network_type.h b/src/network/network_type.h
index 8564bef83..534f42c03 100644
--- a/src/network/network_type.h
+++ b/src/network/network_type.h
@@ -109,6 +109,7 @@ enum NetworkAction {
NETWORK_ACTION_COMPANY_JOIN,
NETWORK_ACTION_COMPANY_NEW,
NETWORK_ACTION_KICKED,
+ NETWORK_ACTION_EXTERNAL_CHAT,
};
/**