mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 05:10:02 +08:00
Revert renaming class, enum and field names
This commit is contained in:
@@ -87,7 +87,7 @@ fn read_class_binding(
|
||||
s,
|
||||
match env::consts::OS {
|
||||
"linux" => "so",
|
||||
"windows" => ".dll",
|
||||
"windows" => "dll",
|
||||
_ => panic!("unsupported os"),
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user