Skip to content

Commit

Permalink
KeyValues doesn't support multi-line comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dysphie authored Dec 23, 2022
1 parent 8941baa commit 0743046
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions data/map-translator.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/**
* These outline which inputs and keyvalues can be used on text entities
* to change their current display text. It is used by the plugin to instantly
* find all text entities on map load instead of waiting for them to activate
*
* Do not touch this file unless you know what you're doing!
*/
// These outline which inputs and keyvalues can be used on text entities
// to change their current display text. It is used by the plugin to instantly
// find all text entities on map load instead of waiting for them to activate
//
// Do not touch this file unless you know what you're doing!

"MapTranslator"
{
Expand All @@ -29,4 +27,4 @@
{
"keyvalues" "message"
}
}
}

0 comments on commit 0743046

Please sign in to comment.