Add g_deposit
This commit is contained in:
parent
5965308226
commit
7cc111dce8
|
@ -145,6 +145,10 @@ $modules = array(
|
|||
"command" => "/deposit",
|
||||
"function" => "deposit();"
|
||||
),
|
||||
array(
|
||||
"command" => "/g_deposit",
|
||||
"function" => "deposit();"
|
||||
),
|
||||
array(
|
||||
"command" => "/add",
|
||||
"function" => "add_requirement();"
|
||||
|
|
Loading…
Reference in New Issue