Skip to content

Commit 95c7110

Browse files
author
Quaxdrone
authored
Update Inject.py (#5)
1 parent 790bf78 commit 95c7110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DearPyInjectorRustClient/Inject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Injector:
66
def InjectDLL(path: str):
77
pymem_rust = p.Pymem("RustClient.exe")
88
vbb = bytes(path, "utf-8")
9-
return inject_dll(pymem_rust.process_handle, vbb)
9+
inject_dll(pymem_rust.process_handle, vbb)
1010
def GetValue_Tag(tag: str):
1111
return x.get_value(tag)
1212
def CheckIfRustExists():

0 commit comments

Comments
 (0)