Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

[1.9] Revival release

Compare
Choose a tag to compare
@lze3 lze3 released this 16 Dec 14:59

It's been some time since the previous release. I (Zeemah) have decided to support this project. As a start, this release covers:

  • A fix which meant all passengers were able to use ELS controls.
    • Now, only driver and front passenger can use the controls - as it was before.
  • Another fix which crashed the thread due to invalid index. This was because a condition was in place for if the current vehicle was not nil, but it will never be nil. If they're not in a vehicle, it will be 0.
  • A new debugPrint function which cuts down on unnecessary conditions for if printDebugInformation is true.
    • Is also shared, so it can be used on client and server.
  • Rename of the _curver command. It is now els and takes a version argument to get the current version.