diff --git a/skeleton/schema/items/universalammo.lua b/skeleton/schema/items/universalammo.lua index 453bb9f..5e7afc2 100644 --- a/skeleton/schema/items/universalammo.lua +++ b/skeleton/schema/items/universalammo.lua @@ -40,4 +40,4 @@ if CLIENT then function ITEM:paintOver(item, w, h) draw.SimpleText(item.ammoAmount, "DermaDefault", w, h - 5, color_white, TEXT_ALIGN_RIGHT, TEXT_ALIGN_BOTTOM, 1, color_black) end -end +end \ No newline at end of file