mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
Shorter error
This commit is contained in:
parent
ecc85b447c
commit
3c4604127a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue