[protocol] Revert using string_view for strings

This commit is contained in:
Alpyne 2020-11-02 14:58:30 -08:00
parent d444a36785
commit b15e039d61
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@
}
string: {
type: std::string_view
type: std::string
clientbound: {type: 'const std::string&'}
method: String
// requires count: e.g. string[256]
// generated C type will not be an array