From 3066ee821f4d38222820e52ff938cf1fe3014a90 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 10 Apr 2020 13:45:55 -0700 Subject: [PATCH 1/2] Fixed return tyep on _ba.get_public_login_id(). --- assets/src/ba_data/python/_ba.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/src/ba_data/python/_ba.py b/assets/src/ba_data/python/_ba.py index 16b4c4d9..ada4d241 100644 --- a/assets/src/ba_data/python/_ba.py +++ b/assets/src/ba_data/python/_ba.py @@ -34,7 +34,7 @@ NOTE: This file was autogenerated by gendummymodule; do not edit by hand. """ # (hash we can use to see if this file is out of date) -# SOURCES_HASH=126196922259492504803685031830587478733 +# SOURCES_HASH=106879997712807296258529817433289194930 # I'm sorry Pylint. I know this file saddens you. Be strong. # pylint: disable=useless-suppression @@ -2191,12 +2191,12 @@ def get_price(item: str) -> Optional[str]: return "" -def get_public_login_id() -> str: - """get_public_login_id() -> str +def get_public_login_id() -> Optional[str]: + """get_public_login_id() -> Optional[str] (internal) """ - return str() + return "" def get_public_party_enabled() -> bool: From b46c491859199444a2eae1abb4db2522b103cb53 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 10 Apr 2020 13:51:06 -0700 Subject: [PATCH 2/2] latest binaries, assets, and docs --- .efrocachemap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.efrocachemap b/.efrocachemap index 1f083ef7..66ef75a7 100644 --- a/.efrocachemap +++ b/.efrocachemap @@ -4114,10 +4114,10 @@ "assets/build/windows/x64/python.exe": "https://files.ballistica.net/cache/ba1/25/a7/dc87c1be41605eb6fefd0145144c", "assets/build/windows/x64/python37.dll": "https://files.ballistica.net/cache/ba1/b9/e4/d912f56e42e9991bcbb4c804cfcb", "assets/build/windows/x64/pythonw.exe": "https://files.ballistica.net/cache/ba1/6c/bb/b6f52c306aa4e88061510e96cefe", - "build/prefab/linux/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/6b/88/a8f82a340a0fba36edfe95298871", - "build/prefab/linux/release/ballisticacore": "https://files.ballistica.net/cache/ba1/d3/72/4ad974215d1cfd0db7f14af5f6c3", - "build/prefab/mac/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/82/c3/388d9a77f8bde608d7cdf2891ad3", - "build/prefab/mac/release/ballisticacore": "https://files.ballistica.net/cache/ba1/6c/6f/d2ffeecb1e9a18678b1ec1695198", - "build/prefab/windows/debug/BallisticaCore.exe": "https://files.ballistica.net/cache/ba1/77/68/e7ac990ee0ec25dd6a459e637d9f", - "build/prefab/windows/release/BallisticaCore.exe": "https://files.ballistica.net/cache/ba1/e8/ce/1091fea9004ca76f6b8ccde8b839" + "build/prefab/linux/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/cf/90/b42e63ad9ca244edb663844bfce3", + "build/prefab/linux/release/ballisticacore": "https://files.ballistica.net/cache/ba1/09/67/e84435a08b118a555e2aee2055b4", + "build/prefab/mac/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/3d/89/954036cad327b2c314dabf3d7185", + "build/prefab/mac/release/ballisticacore": "https://files.ballistica.net/cache/ba1/48/77/a578ba55af08d3487e89ee56f704", + "build/prefab/windows/debug/BallisticaCore.exe": "https://files.ballistica.net/cache/ba1/23/0e/21f7537dd2cf1d6c2d84e6f93bfe", + "build/prefab/windows/release/BallisticaCore.exe": "https://files.ballistica.net/cache/ba1/cd/59/85df0d2b1fad606a0e1138365245" } \ No newline at end of file