This commit is contained in:
2025-02-18 15:48:32 +06:00
parent 0368e3d654
commit 70e3bf0026
11 changed files with 194 additions and 65 deletions

View File

@@ -13,15 +13,15 @@ ContentEventController::ContentEventController(std::unique_ptr<RemoteClient> &&r
}
uint8_t ContentEventController::getViewRange() const {
return 3;
return 16;
}
ServerObjectPos ContentEventController::getLastPos() const {
return {0, {0, 0, 0}};
return {0, Remote->CameraPos};
}
ServerObjectPos ContentEventController::getPos() const {
return {0, {0, 0, 0}};
return {0, Remote->CameraPos};
}
void ContentEventController::onRegionsLost(WorldId_t worldId, const std::vector<Pos::GlobalRegion> &lost) {