Allow PreBoneDeformer file sync (#28)

This commit is contained in:
N. Lo.
2024-07-31 18:33:39 +02:00
committed by GitHub
parent 30f003828e
commit 43c15adcbc

View File

@@ -18,7 +18,7 @@ namespace MareSynchronosServer.Hubs;
public partial class MareHub
{
private static readonly string[] AllowedExtensionsForGamePaths = { ".mdl", ".tex", ".mtrl", ".tmb", ".pap", ".avfx", ".atex", ".sklb", ".eid", ".phyb", ".scd", ".skp", ".shpk" };
private static readonly string[] AllowedExtensionsForGamePaths = { ".mdl", ".tex", ".mtrl", ".tmb", ".pap", ".avfx", ".atex", ".sklb", ".eid", ".phyb", ".pbd", ".scd", ".skp", ".shpk" };
[Authorize(Policy = "Identified")]
public async Task UserAddPair(UserDto dto)