mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-09 11:55:46 +00:00
try to guard accidental region load command
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user