Added Delete CoT handler for removing serverside CoT when a player invokes the clientside connection

This commit is contained in:
2026-05-14 18:52:40 -03:00
parent 5015f09d1d
commit 720f9da2df
5 changed files with 73 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ pub fn init() -> Extension {
.command("marker", tcp::cot::send_marker_cot)
.command("report_marker", tcp::cot::send_report_marker_cot)
.command("digital_pointer", tcp::cot::send_digital_pointer_cot)
.command("delete", tcp::cot::send_delete_cot)
.command("chat", tcp::cot::send_message_cot)
.command("uas_platform", tcp::cot::send_uas_platform_cot)
.command("uas_video", tcp::cot::send_uas_video_cot)