If you ban someone now it doesnt add the by player to the ban object.
Now:How it should be:Code: Select all
{ "username": "eatmyshit", "reason": "Stealing a chem plant then leaving - badgamernl", "address": "0.0.0.0" },
Code: Select all
{ "username": "eatmyshit", "reason": "Stealing a chem plant then leaving", "address": "0.0.0.0" "by": "badgamernl" },