diff --git a/includes/script.js b/includes/script.js index dacfd5b..00ae14c 100644 --- a/includes/script.js +++ b/includes/script.js @@ -539,7 +539,7 @@ $(document).ready(function() { tileText += "\n"; }); - newGameData = newGameData.replace(/(TIL.*(.*\n)*)SPR/g, '$1\n\n' + tileText + '\nSPR'); + newGameData = newGameData.replace(/(TIL.*(.*\n)*)SPR/g, '$1\n\n' + tileText + 'SPR'); // write $textArea.val(newGameData);