userFlaviencancel
branchrust_reboot/main/dobuild_optimscancel

7 Commits over 0 Days - Infinitycph!

4 Months Ago
Updated the privilege helpers in Safety/Check to use PrivilegeCacheDefaultValue() instead of hardcoded defaults
4 Months Ago
Reordered a check in server Planner::DoBuild to save a CanBuild check if the construction can bypass building permission
4 Months Ago
Fixed another missing Profiler.EndSample in AntiHack::IsInsideMesh
4 Months Ago
Removed the prefab lookup in SleepingBag::CanBuildBed
4 Months Ago
We now only call SleepingBag::CanBuildBed in DoBuild if the construction is a sleeping bag (we have a isSleepingBag field cached during PreProcess)
4 Months Ago
Re-ordered the checks in server Planner::DoBuild, so we can return early and avoid the expensive CanBuild
4 Months Ago
Fixed missing Profiler.EndSample in AntiHack::IsInsideMesh