10 lines
160 B
JavaScript
10 lines
160 B
JavaScript
/**
|
|
* Registration of Monicoin trades for misc stuff
|
|
*/
|
|
|
|
ServerEvents.recipes(event => {
|
|
if (doMonicoins) {
|
|
// -- Other stuff
|
|
|
|
}
|
|
})
|