aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_queued.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_queued.go')
-rw-r--r--internal/game/cmd_queued.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/game/cmd_queued.go b/internal/game/cmd_queued.go
index 040ff31..d9e92d5 100644
--- a/internal/game/cmd_queued.go
+++ b/internal/game/cmd_queued.go
@@ -4,8 +4,8 @@ import (
"fmt"
"sort"
- "thirdcollapse/internal/net"
- "thirdcollapse/internal/player"
+ "thehouseoficarus/internal/net"
+ "thehouseoficarus/internal/player"
)
func (g *Game) doQueued(sess *net.Session) {