Skip to content

Commit

Permalink
куда блять убежала сука
Browse files Browse the repository at this point in the history
  • Loading branch information
Valtosin committed Apr 23, 2021
1 parent 02779d9 commit 7603350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions byond-extools/src/core/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ unsigned int Core::GetStringId(std::string str, bool increment_refcount) {
return idx; //this could cause memory problems with a lot of long strings but otherwise they get garbage collected after first use.
}
case 513:
case 514:
return GetStringTableIndexUTF8(str.c_str(), 0xFFFFFFFF, 0, 1);
default: break;
}
Expand Down

0 comments on commit 7603350

Please sign in to comment.