mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
4.0.2 Fix counter strike 1.5
This commit is contained in:
parent
343e23c4ad
commit
07c7eca262
5 changed files with 69 additions and 48 deletions
10
protocols/goldsrc.js
Normal file
10
protocols/goldsrc.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
const Valve = require('./valve');
|
||||
|
||||
class GoldSrc extends Valve {
|
||||
constructor() {
|
||||
super();
|
||||
this.goldsrcInfo = true;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = GoldSrc;
|
||||
Loading…
Add table
Add a link
Reference in a new issue