Skip to content

Commit

Permalink
Fix missing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Jan 25, 2024
1 parent 542a095 commit 49b5184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions plugin/c3runtime/conditions.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@ self.C3.Plugins.ndream_AirConsole.Cnds = {
},
OnDeviceMotion() {
return true
},
IsController() {
return this.isController
}
}
2 changes: 1 addition & 1 deletion plugin/plugin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const SDK = self.SDK
const PLUGIN_ID = 'ndream_AirConsole'
const PLUGIN_VERSION = '1.8.0.0'
const PLUGIN_VERSION = '1.8.0.1'
const PLUGIN_CATEGORY = 'web'
const API_URL = 'https://www.airconsole.com/api/airconsole-1.8.0.js'

Expand Down

0 comments on commit 49b5184

Please sign in to comment.