Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonheart committed Oct 28, 2024
1 parent d39f7f5 commit 13c8099
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lilia/gamemode/core/meta/player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,9 @@ if SERVER then
-- @treturn void
-- @usage
-- ```lua
-- -- Example 1: Setting a key-value pair with networking
-- Example 1: Setting a key-value pair with networking
-- player:setLiliaData("score", 1500)
--
-- -- Example 2: Setting a key-value pair without networking
-- Example 2: Setting a key-value pair without networking
-- player:setLiliaData("health", 100, true)
-- ```
function playerMeta:setLiliaData(key, value, noNetworking)
Expand Down Expand Up @@ -712,7 +711,7 @@ if SERVER then
-- player:requestString("Enter Name", "Please enter your name:", function(name)
-- print("Player entered:", name)
-- end)
-- -- Using promise
-- Using promise
-- local promise = player:requestString("Enter Name", "Please enter your name:", "DefaultName")
-- if promise then
-- promise:next(function(name)
Expand Down

0 comments on commit 13c8099

Please sign in to comment.