13.02.2018, 18:48
(This post was last modified: 13.02.2018, 19:30 by Profesores.)
Maybe, but that's my habit excerpted from other programming language, so i put the semicolons at the end of every operation.
The most important difference between your and my code:
giveItem(pid, Items.id(item), 1) -> giveItem(pid, Items.id(items[item]), 1);
The most important difference between your and my code:
giveItem(pid, Items.id(item), 1) -> giveItem(pid, Items.id(items[item]), 1);