From cb90ad8030f30830c4949b37df53a615c6256207 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 17 Feb 2026 21:45:56 +0000 Subject: [PATCH] upd README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 271c3fe..c90f747 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,14 @@ finally { ## Rcon Class -#### `Send($cmd) | Send($cmd, $timeout)` +#### `Send($cmd)` ```powershell $rcon.Send("mapname") $rcon.Send("g_gametype dm") -$rcon.Send("map_rotate", 2000) +$rcon.Send("map_rotate") ``` If the command returns a response it will be printed to the console. - -Pass an optional timeout (ms) for commands that return responses in fragments. (status, map_rotate etc...)