This commit is contained in:
Serge
2024-02-12 10:14:52 +01:00
parent ab44dbf2b4
commit f326fa99cc
4 changed files with 19 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
using GHelper.AnimeMatrix.Communication;
using GHelper.Mode;
using System.Text;
namespace GHelper.AnimeMatrix
@@ -38,10 +37,10 @@ namespace GHelper.AnimeMatrix
{ SlashMode.Bounce, "Bounce"},
{ SlashMode.Slash, "Slash"},
{ SlashMode.Loading, "Loading"},
{ SlashMode.BitStream, "Bit Stream"},
{ SlashMode.Transmission, "Transmission"},
{ SlashMode.Flow, "Flow"},
{ SlashMode.Flux, "Flux"},
{ SlashMode.Phantom, "Phantom"},
@@ -106,7 +105,8 @@ namespace GHelper.AnimeMatrix
try
{
modeByte = modeCodes[mode];
} catch (Exception)
}
catch (Exception)
{
modeByte = 0x00;
}