Made requested changes

This commit is contained in:
Cooldude2606
2021-04-08 18:08:41 +01:00
parent 93a446747b
commit 70664ffd0c
4 changed files with 5 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ function Reports.report_player(player, by_player_name, reason)
if not player then return end
local player_name = player.name
if reason == nil or not reason:find("/S") then reason = 'Non given' end
if reason == nil or not reason:find("/S") then reason = 'No reason given' end
local reports = user_reports[player_name]
if not reports then