Muhammad Taha Ali
Muhammad Taha Ali
> I'm stuck at the slot data reading... If you are still wondering, I have been able to successfully read Slot Data. ```python class NBTTypes(Type): def get_type(number): if number ==...
I edited the end of get_options function, to check for SRV records and connect accordingly. ```python match = re.match(r"((?P[^\[\]:]+)|\[(?P[^\[\]]+)\])" r"(:(?P\d+))?$", options.server) if match is None: raise ValueError("Invalid server address: '%s'."...
I used this simple trick and it seemed to work. In the start I simply stored the connection object in an array so I can reference it later. And added...