| 2162 | } |
| 2163 | |
| 2164 | bool WorldClient::disableDeathDrops() const { |
| 2165 | if (const auto& parameters = m_worldTemplate->worldParameters()) |
| 2166 | return parameters->disableDeathDrops; |
| 2167 | return false; |
| 2168 | } |
| 2169 | |
| 2170 | List<PhysicsForceRegion> WorldClient::forceRegions() const { |
| 2171 | return m_forceRegions; |
no test coverage detected