Fixed marks issues round 2

This commit is contained in:
Cooldude2606
2020-06-05 20:44:23 +01:00
parent 1c6ea05f5b
commit 3fdf4fd612
2 changed files with 7 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ function Warnings.add_warning(player, by_player_name, reason)
if not player then return end
if not by_player_name then return end
reason = reason or 'Non given.'
reason = reason or 'None given.'
local warning_count
PlayerWarnings:update(player.name, function(_, warnings)