Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Oct 10, 2018
1 parent 83ff3d4 commit ed8a378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cmdr/CmdrClient/CmdrInterface/init.lua
@@ -1,6 +1,7 @@
-- Here be dragons

local Player = game:GetService("Players").LocalPlayer
local Players = game:GetService("Players")
local Player = Players.LocalPlayer

return function (Cmdr)
local Util = Cmdr.Util
Expand Down

0 comments on commit ed8a378

Please sign in to comment.