From 05e30caededc773973b46cab8f502bbd069acafb Mon Sep 17 00:00:00 2001 From: Ogrezeanu Alexandru Date: Thu, 22 Feb 2024 16:19:17 +0200 Subject: [PATCH] Edited the changelog --- CHANGELOG.md | 1 + protocols/gtasao.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 846a743..51ced60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/protocols/gtasao.js b/protocols/gtasao.js index f78de7c..cb43f77 100644 --- a/protocols/gtasao.js +++ b/protocols/gtasao.js @@ -5,4 +5,4 @@ export default class gtasao extends samp { super() this.isOmp = true } -} \ No newline at end of file +}