Commit e142379a authored by nanahira's avatar nanahira

fix

parent 7cef28d0
Pipeline #1224 passed with stage
in 7 minutes and 50 seconds
...@@ -78,7 +78,8 @@ import_datas = global.import_datas = [ ...@@ -78,7 +78,8 @@ import_datas = global.import_datas = [
"ready_trap", "ready_trap",
"join_time", "join_time",
"arena_quit_free", "arena_quit_free",
"replays_sent" "replays_sent",
"victory_words"
] ]
merge = require 'deepmerge' merge = require 'deepmerge'
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
} }
}); });
import_datas = global.import_datas = ["abuse_count", "ban_mc", "vip", "vpass", "rag", "rid", "is_post_watcher", "retry_count", "name", "pass", "name_vpass", "is_first", "lp", "card_count", "is_host", "pos", "surrend_confirm", "kick_count", "deck_saved", "main", "side", "side_interval", "side_tcount", "selected_preduel", "last_game_msg", "last_game_msg_title", "last_hint_msg", "start_deckbuf", "challonge_info", "ready_trap", "join_time", "arena_quit_free", "replays_sent"]; import_datas = global.import_datas = ["abuse_count", "ban_mc", "vip", "vpass", "rag", "rid", "is_post_watcher", "retry_count", "name", "pass", "name_vpass", "is_first", "lp", "card_count", "is_host", "pos", "surrend_confirm", "kick_count", "deck_saved", "main", "side", "side_interval", "side_tcount", "selected_preduel", "last_game_msg", "last_game_msg_title", "last_hint_msg", "start_deckbuf", "challonge_info", "ready_trap", "join_time", "arena_quit_free", "replays_sent", "victory_words"];
merge = require('deepmerge'); merge = require('deepmerge');
......
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