use location hint

This commit is contained in:
pypy
2021-02-03 12:53:39 +09:00
parent 3ded098322
commit e0f819c54f
5 changed files with 26 additions and 9 deletions

View File

@@ -12,10 +12,7 @@ function parseRawGameLog(dt, type, args) {
switch (type) {
case 'location':
gameLog.location = args[0];
break;
case 'world':
gameLog.worldName = args[0];
gameLog.worldName = args[1];
break;
case 'player-joined':