Fix missing colon in plugin stopped polling message

This commit is contained in:
Lucien Greathouse
2018-05-01 14:36:25 -07:00
parent 23c59dcae7
commit 78de30dcf2

View File

@@ -122,7 +122,7 @@ function Plugin:stopPolling()
return Promise.resolve(false)
end
print("Rojo Stopped polling server for changes.")
print("Rojo: Stopped polling server for changes.")
self._polling = false
self._label.Enabled = false