Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonheart committed Sep 6, 2024
1 parent 473ae8e commit 0d4a5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lilia/gamemode/core/libraries/darkrp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if SERVER then
-- @client client The client to receive the notification.
-- @string message The message to be sent.
function DarkRP.notify(client, _, _, message)
player:notify(message)
client:notify(message)
end
else
--- Wraps text to fit within a specified width, breaking lines where necessary.
Expand Down

0 comments on commit 0d4a5d5

Please sign in to comment.