Skip to content

Commit

Permalink
See
Browse files Browse the repository at this point in the history
I told you so.
  • Loading branch information
hugeblank authored Apr 24, 2018
1 parent 022cae5 commit f9e74c9
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 @@ -85,7 +85,7 @@ end
_G.bagelBot.getPlayers = function()
local didexec, input = commands.exec("list")
if not didexec then
local users = commands.testfor("@a")[2]
local _, users = commands.testfor("@a")
local out = {}
for i = 1, #users do
out[#out+1] = string.sub(users, 7, -1)
Expand Down

0 comments on commit f9e74c9

Please sign in to comment.