mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Fix title encoding for fivem fixes #83
This commit is contained in:
parent
e2c734577a
commit
52ad7b1fd5
2 changed files with 3 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ class FiveM extends require('./quake2') {
|
|||
super();
|
||||
this.sendHeader = 'getinfo xxx';
|
||||
this.responseHeader = 'infoResponse';
|
||||
this.encoding = 'utf8';
|
||||
}
|
||||
|
||||
finish(state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue