mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Update Byond.TopicSender to 7.0.1
Also note this pushes Microsoft.Extensions.Logging.Abstractions to 7.0.0 This fixes instabilities in topic serialization. Probably fixes #1529
This commit is contained in:
@@ -207,7 +207,7 @@ var/run_bridge_test
|
||||
|
||||
/datum/tgs_chat_command/response_overload_test/Run(datum/tgs_chat_user/sender, params)
|
||||
// DMAPI5_TOPIC_RESPONSE_LIMIT
|
||||
var/limit = 65528
|
||||
var/limit = 65529
|
||||
// this actually gets doubled because it's in two fields for backwards compatibility, but that's fine
|
||||
var/datum/tgs_message_content/response = new(create_payload(limit * 3))
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user