Final update

This commit is contained in:
2020-02-18 19:33:48 +00:00
parent 2ab84fafde
commit ea9241217c
8 changed files with 347 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ class Paper extends BaseGameItem
*/
function getName()
{
return $this->getName();
return $this->name;
}
/**