My changes didn't touch that.
It's is just checking the room for players...
local function OberonIsOccupied(centerPosition, rangeX, rangeY)
local spectators = Game.getSpectators(config.centerPosition, false, false, config.rangeX, config.rangeX, config.rangeY, config.rangeY)
if...