Missed a spot

This commit is contained in:
Drew DeVault 2019-05-19 18:25:38 -04:00
parent 455c6f0b77
commit ef57300faf
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
)
func init() {
register("select", SelectMessage)
register("select-message", SelectMessage)
}