Files
2021-09-09 23:32:43 +02:00

8 lines
199 B
JavaScript

function start(ms) {
var map = ms.getClient().getChannelServer().getMapFactory().getMap(922000000);
map.clearDrops();
map.resetReactors();
map.shuffleReactors();
return (true);
}