Skip to content

Commit

Permalink
:I
Browse files Browse the repository at this point in the history
I need to set up a more sophisticated testing environment for this thing
  • Loading branch information
hugeblank authored Apr 24, 2018
1 parent f9e74c9 commit 36d85d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ _G.bagelBot.getPlayers = function()
local _, users = commands.testfor("@a")
local out = {}
for i = 1, #users do
out[#out+1] = string.sub(users, 7, -1)
out[#out+1] = string.sub(users[i], 7, -1)
end
return out
end
Expand Down

0 comments on commit 36d85d4

Please sign in to comment.