Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GTA V Script Decompiler/NativeFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class x64NativeFile : Dictionary<ulong, string>
{
public ulong TranslateHash(ulong hash)
{
while (TranslationTable.ContainsKey(hash))
if (TranslationTable.ContainsKey(hash))
{
hash = TranslationTable[hash];
}
Expand Down
Binary file modified GTA V Script Decompiler/Resources/native_translation.dat
Binary file not shown.
Loading