Weird polyzone bug
Streetsofchicagorp opened this issue · 1 comments
Streetsofchicagorp commented
mkafrin commented
Debug doesn't generate any polyzones on its own, it only visualizes existing ones. But also debug generally shouldn't be turned on unless testing things anyways. I would search your codebase for instances of "debugPoly" and "debugGrid" to see if any are true to make sure the culprit isn't in the codebase. If you don't find any, is there any way players could be creating the zones themselves? A lot of servers have PolyZone managers and an oversight in those could make it possible for arbitrary users to create zones if not handled properly.