forked from rojo-rbx/rojo
Fix missing colon in plugin stopped polling message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user