Major update to implement basic collision
This commit is contained in:
@ -180,7 +180,7 @@ func (c *Client) SwapItem() error {
|
||||
|
||||
// Disconnect disconnect the server.
|
||||
// Server will close the connection.
|
||||
func (c *Client) Disconnect() error {
|
||||
func (c *Client) disconnect() error {
|
||||
return c.conn.Close()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user