GnaspGames / Smelt

A CLI tool for Minecraft map makers
http://smelt.gnasp.com
MIT License
19 stars 4 forks source link

Last comment doesn't count as a comment #85

Closed hanmindev closed 7 years ago

hanmindev commented 7 years ago

If you put in smelt: /say hi /say hello //say test //say yo //say greetings

It should display [@] hi [@] hello

but instead it displays [@] hi [@] hello [@] greetings

GnaspGames commented 7 years ago

Looks like the regular expression to remove comments it igoring the end of line.

GnaspGames commented 7 years ago

This was fixed in version 1.1.1