[Scummvm-git-logs] scummvm-web master -> f0e1c307709723e84965eb4c30c57e8ecd589c59
Thunderforge
noreply at scummvm.org
Tue Jan 24 01:15:29 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
f0e1c30770 WEB: Using new compatibility table (backwards compatible)
Commit: f0e1c307709723e84965eb4c30c57e8ecd589c59
https://github.com/scummvm/scummvm-web/commit/f0e1c307709723e84965eb4c30c57e8ecd589c59
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2023-01-23T19:15:22-06:00
Commit Message:
WEB: Using new compatibility table (backwards compatible)
Pulling data from a sheet with the new id
Changed paths:
include/DataUtils.php
diff --git a/include/DataUtils.php b/include/DataUtils.php
index b3ca1217..22380458 100644
--- a/include/DataUtils.php
+++ b/include/DataUtils.php
@@ -23,7 +23,7 @@ class DataUtils
// filename => sheet id
const SHEET_IDS = [
'platforms' => '1061029686',
- 'compatibility' => '854570757',
+ 'compatibility' => '1989596967',
'games' => '1775285192',
'engines' => '0',
'companies' => '226191984',
More information about the Scummvm-git-logs
mailing list