UNPKG

@arbytez/cod4-rcon-commands

Version:

A simple wrapper library to the rcon commands you can send to a cod4 server. Response data for commands '_status_', '_rconStatus_' and '_info_' is parsed into custom type object, so it is possible to easily manage the server status/info.

9 lines (6 loc) 214 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./cod4-rcon-commands.cjs.production.min.js') } else { module.exports = require('./cod4-rcon-commands.cjs.development.js') }