Another Bug Bash

This commit is contained in:
Cooldude2606
2019-01-05 13:56:29 +00:00
parent 382fee77f0
commit 9e698fb6bd
10 changed files with 12 additions and 11 deletions

View File

@@ -48,4 +48,4 @@ end
Admin.add_action('Jail',Admin.jail)
-- Module Return
return ThisModule
return setmetatable(ThisModule,{__call=Admin.jail})