mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	Removed const from ProfileBase Invalidate
This commit is contained in:
		@@ -65,7 +65,7 @@ struct ProfileBase {
 | 
			
		||||
    u64_le timestamp;
 | 
			
		||||
    std::array<u8, 0x20> username;
 | 
			
		||||
 | 
			
		||||
    const void Invalidate() {
 | 
			
		||||
    void Invalidate() {
 | 
			
		||||
        user_uuid.Invalidate();
 | 
			
		||||
        timestamp = 0;
 | 
			
		||||
        username.fill(0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user