Skip to content

Commit 68c9654

Browse files
Merge pull request #94 from gelic-idealab/release/v0.5.6
Release/v0.5.6
2 parents b592c02 + 42df03d commit 68c9654

File tree

20 files changed

+5075
-1875
lines changed

20 files changed

+5075
-1875
lines changed

Komodo/Assets/Packages/KomodoCore/KomodoCoreAssets/Plugins/jslib/socket-funcs.jslib

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,12 @@
307307

308308
window.gameInstance.SendMessage(socketIOAdapter, 'OnBump', session_id);
309309
});
310+
311+
window.sync.on('captureStarted', function() {
312+
313+
window.gameInstance.SendMessage(socketIOAdapter, 'OnCaptureStarted');
314+
315+
});
310316

311317
// Perform actions when the user closes the tab
312318
window.addEventListener('beforeunload', function (e) {

0 commit comments

Comments
 (0)