Significant improvements to attaching/console handling
This commit is contained in:
@@ -110,7 +110,7 @@ func (wsm *WebsocketMessage) HandleInbound(c *websocket.Conn) error {
|
||||
}
|
||||
case "send command":
|
||||
{
|
||||
return nil
|
||||
return wsm.server.Environment().SendCommand(strings.Join(wsm.Args, ""))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user