try to guard accidental region load command

This commit is contained in:
liquidraver
2026-08-28 10:59:42 +02:00
parent bc208ade26
commit 2a519e11d1
7 changed files with 42 additions and 10 deletions
+2 -2
View File
@@ -1008,11 +1008,11 @@ void RoomServerMesh::resetDutyCycleTimeoutRestarts() {
}
/* Region-def CLI (handleRegionLoadLine / handleRegionCommand) and its static
* parser helpers live in app/RepeaterRegionCLI.cpp. */
* parser helpers live in app/RoomServerRegionCLI.cpp. */
void RoomServerMesh::handleCommand(uint32_t sender_timestamp, char* command, char* reply) {
if (region_load_active) {
handleRegionLoadLine(command, reply);
handleRegionLoadLine(sender_timestamp, command, reply);
return;
}