Fix bug with Unity Web Player detection

Fix issue #910
This commit is contained in:
bcoles
2013-10-17 17:54:16 +10:30
parent 77950ae680
commit 41bfb8e995

View File

@@ -38,7 +38,7 @@ beef.execute(function() {
if ( hasUnity ) {
if ( hasUnity() ) {
beef.net.send("<%= @command_url %>", <%= @command_id %>, "unity = Unity Web Player is enabled");
@@ -57,4 +57,4 @@ beef.execute(function() {
}
});
});