Reformat and clean up map scripts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
function start(ms) {
|
||||
var map = ms.getClient().getChannelServer().getMapFactory().getMap(922000000);
|
||||
map.clearDrops();
|
||||
map.resetReactors();
|
||||
map.shuffleReactors();
|
||||
var map = ms.getClient().getChannelServer().getMapFactory().getMap(922000000);
|
||||
map.clearDrops();
|
||||
map.resetReactors();
|
||||
map.shuffleReactors();
|
||||
|
||||
return(true);
|
||||
return (true);
|
||||
}
|
||||
Reference in New Issue
Block a user