We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f70292 commit 05ff4a0Copy full SHA for 05ff4a0
1 file changed
server/commands/data.lua
@@ -100,7 +100,7 @@ Utils.registerCommand({
100
restricted = true,
101
}, function(_, args)
102
local player = Utils.parsePlayerParam('player', args[1])
103
- local dataId = Utils.parseUserIdParam('dataId', args[2])
+ local dataId = Utils.parseDataIdParam('dataId', args[2])
104
105
local name = GetPlayerName(player)
106
@@ -211,7 +211,7 @@ Utils.registerCommand({
211
},
212
213
214
- local dataId = Utils.parseUserIdParam('dataId', args[1])
+ local dataId = Utils.parseDataIdParam('dataId', args[1])
215
local newUserId = Utils.parseUserIdParam('newUserId', args[2])
216
local confirm = args[3]
217
0 commit comments