mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
fix crash
This commit is contained in:
parent
a054dd8e78
commit
cae489dcbe
@ -15,7 +15,7 @@ namespace binding
|
||||
|
||||
int get_num_keys()
|
||||
{
|
||||
return SELECT_VALUE(102, 104);
|
||||
return SELECT_VALUE(102, 103);
|
||||
}
|
||||
|
||||
int key_write_bindings_to_buffer_stub(int /*localClientNum*/, char* buffer, const int buffer_size)
|
||||
|
Loading…
Reference in New Issue
Block a user