Allow "hidden" achievement property to be an int in the json config.
							parent
							
								
									992e5c3faa
								
							
						
					
					
						commit
						8785ae568c
					
				| 
						 | 
					@ -103,6 +103,10 @@ Steam_User_Stats(Settings *settings, Local_Storage *local_storage, class SteamCa
 | 
				
			||||||
                user_achievements[name]["earned_time"] = static_cast<uint32>(0);
 | 
					                user_achievements[name]["earned_time"] = static_cast<uint32>(0);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        } catch (...) {}
 | 
					        } catch (...) {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        try {
 | 
				
			||||||
 | 
					            it["hidden"] = std::to_string(it["hidden"].get<int>());
 | 
				
			||||||
 | 
					        } catch (...) {}
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue