forked from VoxeLibre/VoxeLibre
Add forgotten `=`
This commit is contained in:
parent
03be736566
commit
16c73c1cb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue