serverstf / python-valve

A Python Interface to various Valve products and services
Other
235 stars 71 forks source link

A2S Ping broken by typo #76

Closed Shaensi closed 4 years ago

Shaensi commented 5 years ago

The Ping function in valve.source.a2s has a typo that causes the following error: NameError: name 'monontic' is not defined

This typo is on line 68 in the following code: time_sent = monontic.monotonic()

It appears that monotonic was accidentally typed as monontic

Shaensi commented 5 years ago

It appears line 72 also attempts to reference t_sent when it should be using time_sent

Yepoleb commented 4 years ago

This has already been fixed, the package is just outdated.