From 7ca58ec235b68952240be21348381cbcfd709a58 Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:41:42 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5da9e5f..bd16366 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ This will open a CLI that use can use to write commands to the Palworld Server. | Shutdown {Seconds} {MessageText} | The server is shut down after the number of Seconds | | DoExit | Force stop the server. | | Broadcast | Send message to all player in the server | -| KickPlayer {SteamID}t | Kick player from the server.. | +| KickPlayer {SteamID} | Kick player from the server.. | | BanPlayer {SteamID} | BAN player from the server. | | TeleportToPlayer {SteamID} | Teleport to current location of target player. | | TeleportToMe {SteamID} | Target player teleport to your current location |