fix missed one

This commit is contained in:
J. Nick Koston
2025-06-25 18:27:43 +02:00
parent 915da9ae13
commit e20c6468d0

View File

@@ -1910,7 +1910,7 @@ void APIConnection::process_batch_() {
uint16_t APIConnection::MessageCreator::operator()(EntityBase *entity, APIConnection *conn, uint32_t remaining_size,
bool is_single, uint16_t message_type) const {
if (is_string()) {
if (has_tagged_string_ptr()) {
// Handle string-based messages
switch (message_type) {
#ifdef USE_EVENT