Caaz / rimworld-typhon

A Rimworld mod that aims to add the Typhon aliens from the game Prey (2017)
MIT License
1 stars 1 forks source link

Bug: Releases are created with a backslash #164

Closed Caaz closed 1 year ago

Caaz commented 1 year ago

Description

This line creates a release with the name "Release #n" with that backslash intact. the backslash was intended to not have the # be considered a comment.

Either, we remove the #, which would in turn remove the \ or we figure out how to remove the \ without the # being treated as a comment. I don't care which is done, the former is probably easier