Skip to content

Commit

Permalink
housing bugfix #386
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Jan 10, 2024
1 parent 658076e commit 116cc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion housing/utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,7 @@ function M.removeBuilderOrGuest(user, item, builderOrGuest, propertyName)
propertyDeed:setData(builderOrGuest.."ID"..i, "")
world:changeItem(propertyDeed)
user:inform(M.getText(user,currentBuilderOrGuest.." wurde von der Liste der "..builderOrGuestDe.." entfernt.",currentBuilderOrGuest.." has been removed from the list of "..builderOrGuest.."s."))
sendMessageToInformRemovedBuilderGuest(builderOrGuestID, builderOrGuest, propertyName, propertyNameDe)
sendMessageToInformRemovedBuilderGuest(builderOrGuestID, builderOrGuest, property, propertyNameDe)
end
else
skippedGuestSlots = skippedGuestSlots+1
Expand Down

0 comments on commit 116cc06

Please sign in to comment.