Adds missing return in CharacterResetViewpointCommand

This commit is contained in:
Vassyli
2020-12-26 15:22:57 +01:00
parent d4124a71ef
commit c7dbf33f6e
3 changed files with 52 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "lotgd/core",
"description": "Core functionality for Legend of the Green Dragon, a text-based RPG game.",
"license": "AGPL-3.0",
"version": "0.5.0",
"version": "0.6.0",
"autoload": {
"psr-4": {
"LotGD\\Core\\": "src/",