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