diff --git a/rcon.go b/rcon.go index 5c65927..01b7e70 100644 --- a/rcon.go +++ b/rcon.go @@ -13,7 +13,7 @@ import ( "github.com/gorcon/rcon" ) -// Client represents a client to a Palword RCON server. +// Client represents a client to a Palword RCON server. Only use [NewClient] to instantiate a client. type Client struct { address string password string