diff --git a/rcon/index.js b/rcon/index.js index d484300..3e89a48 100644 --- a/rcon/index.js +++ b/rcon/index.js @@ -371,7 +371,7 @@ export default class Rcon extends EventEmitter { await this.execute(`AdminKick "${steamID}" ${reason}`); } - async switchTeam(steamID) { + async forceTeamChange(steamID) { await this.execute(`AdminForceTeamChange "${steamID}"`); } }