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

@@ -7,8 +7,8 @@ saved=Your quickbar filters have been saved.
[exp-required]
Warnings=Warnings
Warnings-tooltip=The total number of warnings you have recieved from staff
Warnings-value-tooltip=The total number of warnings you have recieved from staff
Warnings-tooltip=The total number of warnings you have received from staff
Warnings-value-tooltip=The total number of warnings you have received from staff
[exp-settings]
Colour=Colour
Colour-tooltip=Your player colour
@@ -36,7 +36,7 @@ Bonus-value-tooltip=Change by using /bonus
MapsPlayed=Maps Played
MapsPlayed-tooltip=The number of unique maps you have played on
JoinCount=Join Count
JoinCount-tooltip=The amount of times you have joined our servers
JoinCount-tooltip=The number of times you have joined our servers
Playtime=Playtime
Playtime-tooltip=The amount of time you have spent on our servers
AfkTime=AFK Time
@@ -68,8 +68,8 @@ ItemsPickedUp-tooltip=The number of items you have picked up
Kills=Kills
Kills-tooltip=The number of biters and biter bases you have squished
Deaths=Deaths
Deaths-tooltip=The amount of times you have died
DamageDealt=Damage Delt
Deaths-tooltip=The number of times you have died
DamageDealt=Damage Dealt
DamageDealt-tooltip=The amount of damage you have dealt to other forces
DistanceTravelled=Distance Travelled
DistanceTravelled-tooltip=The total distance in tiles that you have travelled
@@ -78,6 +78,6 @@ CapsulesUsed-tooltip=The number of capsules you have used
EntityRepaired=Machines Repaired
EntityRepaired-tooltip=The number of machines which you have repaired
DeconstructionPlannerUsed=Decon Planner Used
DeconstructionPlannerUsed-tooltip=The amount of times you have used the deconstruction Planner
DeconstructionPlannerUsed-tooltip=The number of times you have used the deconstruction planner
MapTagsMade=Map Tags Created
MapTagsMade-tooltip=The number of map tags you have created

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)