mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Fix missing colon in plugin stopped polling message
This commit is contained in:
@@ -122,7 +122,7 @@ function Plugin:stopPolling()
|
|||||||
return Promise.resolve(false)
|
return Promise.resolve(false)
|
||||||
end
|
end
|
||||||
|
|
||||||
print("Rojo Stopped polling server for changes.")
|
print("Rojo: Stopped polling server for changes.")
|
||||||
|
|
||||||
self._polling = false
|
self._polling = false
|
||||||
self._label.Enabled = false
|
self._label.Enabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user