mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Fixed a merge error.
This commit is contained in:
parent
b82ba38bc2
commit
d10cb2e3e3
1 changed files with 0 additions and 4 deletions
|
@ -181,8 +181,6 @@ namespace Sapphire::World::Manager
|
|||
bool hasPermission( Entity::Player& player, Land& land, uint32_t permission );
|
||||
|
||||
void removeHouse( Entity::Player& player, uint16_t plot );
|
||||
|
||||
void removeHouse( Entity::Player& player, uint16_t plot );
|
||||
|
||||
private:
|
||||
|
||||
|
@ -275,8 +273,6 @@ namespace Sapphire::World::Manager
|
|||
*/
|
||||
void createHouse( HousePtr house ) const;
|
||||
|
||||
void deleteHouse( HousePtr house ) const;
|
||||
|
||||
/*!
|
||||
* @brief Deletes a house
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue