234234123123123213

This commit is contained in:
2025-12-11 10:06:38 +08:00
parent 1a66db36e3
commit 0ac35bbb4a
3 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Flek")] [assembly: System.Reflection.AssemblyCompanyAttribute("Flek")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+10c9346b8620f7ded3e5266cce53adde399372c1")]
[assembly: System.Reflection.AssemblyProductAttribute("Flek")] [assembly: System.Reflection.AssemblyProductAttribute("Flek")]
[assembly: System.Reflection.AssemblyTitleAttribute("Flek")] [assembly: System.Reflection.AssemblyTitleAttribute("Flek")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
6f529ed25110a5f0e7529c0c86fee5c411496aa0a99219ada562b085a44492e9 491616ed9a5542de22102451dff524de8f6696cb5ad5a6af6c5046fb9e1e4b7a

View File

@ -94,6 +94,7 @@ public class WebSocketServer
foundClass.CourseStatus = 1; foundClass.CourseStatus = 1;
foundClass.TeacherID = u.UserID; foundClass.TeacherID = u.UserID;
foundClass.TeacherAudioIsOpen = true; foundClass.TeacherAudioIsOpen = true;
} }
else if (u.UserID == 999998) else if (u.UserID == 999998)
{ {