Merge pull request #297 from kabiroberai/master

Fixed a typo in entities.js
This commit is contained in:
Walter Higgins 2016-12-07 09:09:25 +00:00 committed by GitHub
commit 975bb733fa
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
'use strict';
/*global reuire, exports*/
/*global require, exports*/
/*
make entities a global variable for use at in-game prompt
Tab completion is a useful way to discover what entity types are available.