xref: /plugin/farmer/includes/plugins.php (revision 78c63d53eceed4e4fefa3c3a46e14844b75d6565)
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