Skip to content

Commit

Permalink
Update GameAsset.GetAsGeneric
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Apr 16, 2024
1 parent 07889ee commit 794d1b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Refresh.GameServer/Types/Assets/GameAsset.Conversion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,13 @@ private string TransformImage(TokenGame game, IDataStore dataStore, Func<string,
case GameAssetType.MoveRecording:
case GameAssetType.VoiceRecording:
case GameAssetType.SyncedProfile:
case GameAssetType.GriefSongState:
case GameAssetType.SoftPhysicsSettings:
case GameAssetType.Bevel:
case GameAssetType.LevelChunk:
case GameAssetType.Unknown:
default:
//If we dont know what asset type this is, just hope that whatever is asking for it knows what it is
// If we don't know what asset type this is, just hope that whatever is asking for it knows what it is
return null;
}
}
Expand Down

0 comments on commit 794d1b4

Please sign in to comment.