Problem Description
When you minimize script after implementing the multiplayer plugin the game will not fully load or work when trying to run the exported files.
Error message recieved in the javascript console:
Uncaught ReferenceError: cr is not defined c2mp.js:811
C2Multiplayer.doPings c2mp.js:811
(anonymous function)
Attach a Capx
Use the included multiplayer samples with the beta release 164, I used the Multiplayer Chat example but I believe both templates have the error when minifying
Description of Capx
n/a
Steps to Reproduce Bug
- Export one of the multiplayer templates
- Check the box for "minify script"
- Run the exported files from your server (I use dropbox)
- Notice it doesn't load all the way, error appears in javascript console
Observed Result
it doesn't load all the way, error message received in javascript console, game is not functional
Expected Result
game to fully load and be functional
Affected Browsers
Operating System and Service Pack
I use windows 8
Construct 2 Version ID
beta r164
Thanks