Skip to content

Commit

Permalink
Added a map ID argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Endermanbugzjfc committed May 1, 2022
1 parent 4de8462 commit 84d3f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/world/map.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func RegisterMap(m NewMap, presistent bool) int64 {
// UpdateMap broadcasts the update to all viewers.
// And overrides NewMap by the update's offsets, so new viewers can also receive the update.
// If it is presistent, the updated NewMap will be saved to disk.
func UpdateMap(m UpdatedMap) {
func UpdateMap(m UpdatedMap, id int64) {
panic("implement me")
}

Expand Down

0 comments on commit 84d3f57

Please sign in to comment.