We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd7bc6 commit 280299bCopy full SHA for 280299b
addons/godot-playfab/PlayFabEvent.gd
@@ -153,7 +153,7 @@ func _flush_batches_on_batch_size_met():
153
# @Visibility: Private
154
func _flush_playstream_event_batch():
155
if playstream_event_batch.size() < 1:
156
- print_debug("No telemetry events to flush")
+ print_debug("No playstream events to flush")
157
return
158
159
var request = WriteEventsRequest.new()
@@ -167,7 +167,7 @@ func _flush_playstream_event_batch():
167
168
func _flush_telemetry_event_batch():
169
if telemetry_event_batch.size() < 1:
170
- print_debug("No playstream events to flush")
+ print_debug("No telemetry events to flush")
171
172
173
0 commit comments