mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Deprecate special handling of ${key}
syntax in metadata values (#12970)
This commit is contained in:
committed by
GitHub
parent
3c7f26d937
commit
8817af07fb
@@ -459,6 +459,7 @@ inline void str_formspec_escape(std::string &str)
|
||||
str_replace(str, "[", "\\[");
|
||||
str_replace(str, ";", "\\;");
|
||||
str_replace(str, ",", "\\,");
|
||||
str_replace(str, "$", "\\$");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user