Skip to content

Commit

Permalink
fix a few minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 2, 2015
1 parent ccdd013 commit 367cd2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -58,7 +58,7 @@ else if (queue.getEntries().size() > 0) {
// @attribute <q@queue.player>
// @returns dNPC
// @description
// Returns the dNPC linked to a queue.
// Returns the dPlayer linked to a queue.
// -->
if (attribute.startsWith("player")) {
dPlayer player = null;
Expand Down
Expand Up @@ -152,7 +152,7 @@ else if (!scriptEntry.hasObject("data")

else if (!scriptEntry.hasObject("qty")
&& arg.matchesPrimitive(aH.PrimitiveType.Integer)
&& arg.matchesPrefix("qty", "q")) {
&& arg.matchesPrefix("qty", "q", "quantity")) {

scriptEntry.addObject("qty", arg.asElement());
}
Expand Down

0 comments on commit 367cd2b

Please sign in to comment.