Skip to content

Commit 2f90eaa

Browse files
committed
Update bansystem.lua
1 parent 4dfb1d5 commit 2f90eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/functions/bansystem.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ exports('unbanPlayer', MSK.UnbanPlayer) -- Support for old Scripts
232232
if Config.BanSystem.enable and Config.BanSystem.commands.enable then
233233
MSK.RegisterCommand(Config.BanSystem.commands.ban, function(source, args, raw)
234234
local playerId = source
235-
local targetId, time, reason = args.playerId, args.time, args.reason,
235+
local targetId, time, reason = args.playerId, args.time, args.reason
236236

237237
if not reason then
238238
reason = 'Unknown reason'

0 commit comments

Comments
 (0)