Skip to content

Commit

Permalink
Merge pull request #283 from joritochip/patch-3
Browse files Browse the repository at this point in the history
Fix typo in Variables
  • Loading branch information
Sceleratis authored Feb 26, 2021
2 parents 1305206 + 3ffda56 commit 8b98186
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MainModule/Server/Commands/Admins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ return function(Vargs, env)

local Settings = server.Settings
local Functions, Commands, Admin, Anti, Core, HTTP, Logs, Remote, Process, Variables, Deps =
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Vartiables, server.Deps
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Variables, server.Deps

if env then setfenv(1, env) end

Expand Down
2 changes: 1 addition & 1 deletion MainModule/Server/Commands/Creators.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ return function(Vargs, env)

local Settings = server.Settings
local Functions, Commands, Admin, Anti, Core, HTTP, Logs, Remote, Process, Variables, Deps =
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Vartiables, server.Deps
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Variables, server.Deps

if env then setfenv(1, env) end

Expand Down
2 changes: 1 addition & 1 deletion MainModule/Server/Commands/Fun.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ return function(Vargs, env)

local Settings = server.Settings
local Functions, Commands, Admin, Anti, Core, HTTP, Logs, Remote, Process, Variables, Deps =
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Vartiables, server.Deps
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Variables, server.Deps

if env then setfenv(1, env) end

Expand Down
2 changes: 1 addition & 1 deletion MainModule/Server/Commands/Moderators.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ return function(Vargs, env)

local Settings = server.Settings
local Functions, Commands, Admin, Anti, Core, HTTP, Logs, Remote, Process, Variables, Deps =
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Vartiables, server.Deps
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Variables, server.Deps

if env then setfenv(1, env) end

Expand Down
2 changes: 1 addition & 1 deletion MainModule/Server/Commands/Owners.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ return function(Vargs, env)

local Settings = server.Settings
local Functions, Commands, Admin, Anti, Core, HTTP, Logs, Remote, Process, Variables, Deps =
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Vartiables, server.Deps
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Variables, server.Deps

if env then setfenv(1, env) end

Expand Down
2 changes: 1 addition & 1 deletion MainModule/Server/Commands/Players.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ return function(Vargs, env)

local Settings = server.Settings
local Functions, Commands, Admin, Anti, Core, HTTP, Logs, Remote, Process, Variables, Deps =
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Vartiables, server.Deps
server.Functions, server.Commands, server.Admin, server.Anti, server.Core, server.HTTP, server.Logs, server.Remote, server.Process, server.Variables, server.Deps

if env then setfenv(1, env) end

Expand Down

0 comments on commit 8b98186

Please sign in to comment.