修复新手房特殊物件问题
This commit is contained in:
parent
5451528b08
commit
5ca7ab2d03
@ -207,7 +207,7 @@ public:
|
||||
std::vector<std::string> tmpstrings;
|
||||
a8::Split(MetaMgr::Instance()->level0room_spec_things, tmpstrings, ':');
|
||||
for (auto& str : tmpstrings) {
|
||||
if (!!str.empty()) {
|
||||
if (!str.empty()) {
|
||||
MetaMgr::Instance()->level0room_spec_things_set.insert
|
||||
(
|
||||
a8::XValue(str).GetInt()
|
||||
|
Loading…
x
Reference in New Issue
Block a user