mirror of
https://github.com/de2tla2f/pymaster.git
synced 2024-11-22 11:01:27 +00:00
Fix class method call
This commit is contained in:
parent
cd29d57f41
commit
6dc157b15a
|
@ -98,7 +98,7 @@ class PyMaster:
|
|||
pass
|
||||
|
||||
if( clver == None ): # Probably an old vulnerable version
|
||||
fakeInfoForOldVersions( self, gamedir, addr )
|
||||
fakeInfoForOldVersions( gamedir, addr )
|
||||
return
|
||||
|
||||
packet = MasterProtocol.queryPacketHeader
|
||||
|
|
Loading…
Reference in a new issue