diff --git a/src/boot/Game.js b/src/boot/Game.js index 7790b2261..343b4a595 100644 --- a/src/boot/Game.js +++ b/src/boot/Game.js @@ -367,7 +367,7 @@ var Game = new Class({ { if (!PluginCache.hasCore('EventEmitter')) { - console.warn('Core Phaser Plugins missing. Cannot start.'); + console.warn('Aborting. Core Plugins missing.'); return; }