Edited the changelog

This commit is contained in:
Ogrezeanu Alexandru 2024-02-22 16:19:17 +02:00
parent 7a51dfd44d
commit 05e30caede
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
* Farming Simulator 19 (2018) - Added support (By @Vito0912 #531)
* Assetto Corsa - Fixed how `state.numplayers` is set (By @podrivo #538)
* TeamSpeak 2 - Fixed how `state.name` is set (By @podrivo #544)
* Grand Theft Auto: San Andreas OpenMP - Fixed `state.players` returning an empty array (By @Focus04 #547)
## 5.0.0-beta.2
* Fixed support for projects using `require`.

View File

@ -5,4 +5,4 @@ export default class gtasao extends samp {
super()
this.isOmp = true
}
}
}