Reformat and clean up map scripts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function start(ms) {
|
||||
var py = ms.getPyramid();
|
||||
if (py != null) {
|
||||
py.sendScore(ms.getPlayer());
|
||||
}
|
||||
var py = ms.getPyramid();
|
||||
if (py != null) {
|
||||
py.sendScore(ms.getPlayer());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user