diff options
| author | auth <[email protected]> | 2020-07-05 11:25:10 +0200 |
|---|---|---|
| committer | auth <[email protected]> | 2020-07-05 11:25:10 +0200 |
| commit | e1ca40bf09255ea74602a6b31e0e17ae611e3e3b (patch) | |
| tree | d163ae07461108a2667107153b72180f69981a9c /client/src/assembler/opcodes.h | |
| parent | Replaced std::byte by uint8_t (diff) | |
| download | loader-e1ca40bf09255ea74602a6b31e0e17ae611e3e3b.tar.xz loader-e1ca40bf09255ea74602a6b31e0e17ae611e3e3b.zip | |
Added support for packet actions.
Added support for client hwid handling.
Removed timeout client message.
Diffstat (limited to 'client/src/assembler/opcodes.h')
| -rw-r--r-- | client/src/assembler/opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assembler/opcodes.h b/client/src/assembler/opcodes.h index cc21ef0..5268b45 100644 --- a/client/src/assembler/opcodes.h +++ b/client/src/assembler/opcodes.h @@ -4,6 +4,6 @@ namespace assembler { enum opcodes : uint8_t { nop = 0x90, - ret = 0xc3S + ret = 0xc3 }; };
\ No newline at end of file |