banlist
Posted: Thu Jun 29, 2017 7:19 pm
Not sure this is a suggestion or bug..
If you ban someone now it doesnt add the by player to the ban object.
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" },