aboutsummaryrefslogtreecommitdiff
path: root/comp_map.go
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-06-03 17:42:59 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-06-03 17:42:59 +0200
commit307ae5c288690a6c4348a6dd5af66b79f330bbd4 (patch)
treec74879c05bbc1ea1a773ad8a5d085b3d6274b471 /comp_map.go
parenta5e7fe92269e44c5cc147d316730407d67f32f8a (diff)
downloadhydra-dragonfire-pathfind.tar.xz
Pathfind: preprocessingpathfind
Diffstat (limited to 'comp_map.go')
-rw-r--r--comp_map.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/comp_map.go b/comp_map.go
index c45155e..eed5039 100644
--- a/comp_map.go
+++ b/comp_map.go
@@ -7,7 +7,7 @@ import (
type CompMap struct {
client *Client
- mapdata *Map
+ mapdata *Map
userdata *lua.LUserData
}