xref: /plugin/farmer/includes/plugins.php (revision 4d6fc85b7f5b87b5971ca4550dd9c738b31b0c4f)
1<?php
2/**
3 * This overrides some values for the animals without having to configure it
4 *
5 * This file is added to the protected cascade for animals only.
6 * You should not edit it!
7 */
8$plugins['extension'] = 0;
9$plugins['upgrade'] = 0;
10$plugins['farmer'] = 1;
11