Page 1 of 1

banlist

Posted: Thu Jun 29, 2017 7:19 pm
by badgamernl
Not sure this is a suggestion or bug..

If you ban someone now it doesnt add the by player to the ban object.
Now:

Code: Select all

  {
    "username": "eatmyshit",
    "reason": "Stealing a chem plant then leaving - badgamernl",
    "address": "0.0.0.0"
  },
How it should be:

Code: Select all

  {
    "username": "eatmyshit",
    "reason": "Stealing a chem plant then leaving",
    "address": "0.0.0.0"
    "by": "badgamernl"
  },