File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,16 @@ and the pyunrealsdk v1.3.0 changelog [here](https://github.com/bl-sdk/pyunrealsd
4848
4949  [ 9bf295b0] ( https://github.com/bl-sdk/oak-mod-manager/commit/9bf295b0 ) 
5050
51+ ### UI Utils v1.2  
52+ 
53+ -  Added a helper to show a tutorial dialog, ` show_modal_tutorial_dialog ` .
54+ 
55+   [ 51d3c872] ( https://github.com/bl-sdk/oak-mod-manager/commit/51d3c872 ) 
56+ 
57+ -  Fixed an attribute error when calling ` show_hud_message `  during a load screen (from a thread).
58+ 
59+   [ 51d3c872] ( https://github.com/bl-sdk/oak-mod-manager/commit/51d3c872 ) 
60+ 
5161## v1.3  
5262
5363Also see the unrealsdk v1.2.0 changelog [ here] ( https://github.com/bl-sdk/unrealsdk/blob/master/changelog.md#v120 ) 
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def get_pc() -> UObject: ...
107107def  get_pc (* , possibly_loading : Literal [True ] =  True ) ->  UObject  |  None : ...
108108
109109
110- def  get_pc (* , possibly_loading : bool  =  False ) ->  UObject  |  None :   # noqa: ARG001 
110+ def  get_pc (* , possibly_loading : bool  =  False ) ->  UObject  |  None :
111111    """ 
112112    Gets the main (local) player controller object. 
113113
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments