Improve house system

This commit is contained in:
hydrant
2019-07-30 13:18:09 +02:00
parent 29d15976b2
commit 6cd026f390
3 changed files with 4 additions and 5 deletions

View File

@@ -2576,6 +2576,7 @@ namespace ReallifeGamemode.Server.Commands
{
HouseManager.ReloadAllHouses();
player.SendNotification("Alle Häuser wurden neu geladen");
return;
}
player.SendChatMessage("~m~Benutzung: ~s~/house [add / remove / price / type / reloadhouses]");