Add forgotten `=`

This commit is contained in:
NO11 2021-09-28 13:16:19 +00:00
parent 03be736566
commit 16c73c1cb6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ local function check_in_beds(players)
if not players then
players = minetest.get_connected_players()
end
if player_in_bed < 0 then
if player_in_bed <= 0 then
return false
end
return players_in_bed_setting() <= (player_in_bed * 100) / #players