refactor: load/save state as ptr

This commit is contained in:
Ilia Denisov
2026-01-12 19:30:50 +02:00
parent ac60bb3020
commit 4451850f22
18 changed files with 71 additions and 57 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
)
func TestRenamePlanet(t *testing.T) {
g(t, func(p func(*controller.Param), g func() mg.Game) {
g(t, func(p func(*controller.Param), g func() *mg.Game) {
cg := g()
var number int
var owner uuid.UUID