Skip to content

Commit

Permalink
Fix double ban console error
Browse files Browse the repository at this point in the history
  • Loading branch information
RedAlex committed Feb 5, 2020
1 parent 4880c61 commit 25b476c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Config.TextFr = {
invalidid = "ID du joueur incorrect",
invalidname = "Le nom n'est pas valide",
invalidtime = "Duree du ban incorrecte",
alreadyban = " étais déja bannie pour : ",
yourban = "Vous avez ete ban pour : ",
yourpermban = "Vous avez ete ban permanent pour : ",
youban = "Vous avez banni : ",
Expand Down Expand Up @@ -75,6 +76,7 @@ Config.TextEn = {
invalidid = "Player ID not found",
invalidname = "The specified name is not valid",
invalidtime = "Invalid ban duration",
alreadyban = " was already banned for : ",
yourban = "You have been banned for: ",
yourpermban = "You have been permanently banned for: ",
youban = "You are banned from this server for: ",
Expand Down

0 comments on commit 25b476c

Please sign in to comment.