| 2260 | } |
| 2261 | |
| 2262 | bool WorldServer::isUnderground(Vec2F const& pos) const { |
| 2263 | return m_worldTemplate->undergroundLevel() >= pos[1]; |
| 2264 | } |
| 2265 | |
| 2266 | bool WorldServer::disableDeathDrops() const { |
| 2267 | if (m_worldTemplate->worldParameters()) |
nothing calls this directly
no test coverage detected