From 01263017fcd03fa9560ddb8a5013fdf786c7d609 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 12 Feb 2025 23:55:18 +0100 Subject: [golang] implement ship refueling --- golang/pkg/model/register.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'golang/pkg/model/register.go') diff --git a/golang/pkg/model/register.go b/golang/pkg/model/register.go index cf48b8b..36604cf 100644 --- a/golang/pkg/model/register.go +++ b/golang/pkg/model/register.go @@ -1,9 +1,9 @@ package model type Register struct { - Agent Agent `json:"agent"` + Agent *Agent `json:"agent"` //contract //faction - Ship Ship `json:"ship"` + Ship *Ship `json:"ship"` Token string `json:"token"` } -- cgit v1.2.3