Sercan K.D.
Sercan K.D.
Added INT2 and INT8 mapping to MAP_ELEMENT method of ZCL_SWAG_MAP_TYPE class to prevent short dumps. INT8 does not exists before ABAP version 7.50 so added it as a public constant...
Is this an intentional exclusion that they are not mapped in MAP_ELEMENT method of ZCL_SWAG_MAP_TYPE?
Using get_practice_lobby_list returns an error `dota.get_practice_lobby_list(tournament_games=False, password='')` ``` Traceback (most recent call last): File "src\\gevent\\greenlet.py", line 854, in gevent._gevent_cgreenlet.Greenlet.run File "main.py", line 18, in get_imba_lobbies dota.get_practice_lobby_list(tournament_games=False, password='') File "C:\Users\sercankd\AppData\Local\Programs\Python\Python38-32\lib\site-packages\dota2\features\lobby.py", line...