diff options
Diffstat (limited to 'client_conn.go')
-rw-r--r-- | client_conn.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client_conn.go b/client_conn.go index 1a16d94..2f5ba04 100644 --- a/client_conn.go +++ b/client_conn.go @@ -66,6 +66,8 @@ type ClientConn struct { modChsMu sync.RWMutex cltInfo *mt.ToSrvCltInfo + + FormspecPrepend string } // Name returns the player name of the ClientConn. |