Commit 9faf947b authored by 18손재민's avatar 18손재민

스킨 적용 오류 수정

parent e14d54ec
......@@ -266,6 +266,7 @@ FirebaseClient.prototype.updateUserData = function(key, valueChanged, replace =
break;
case 'skin':
beforeData.skin = valueChanged;
break;
default:
console.log('[ERROR] database has no key for ' + key);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment