mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 23:26:43 +00:00 
			
		
		
		
	In server console, print number of players remaining when one leaves
This commit is contained in:
		
							parent
							
								
									24bfe40bf7
								
							
						
					
					
						commit
						ef6f20e3f7
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -23,6 +23,8 @@ void Players::DeletePlayer(RakNet::RakNetGUID id) | |||
|         players.erase(id); | ||||
|     } | ||||
| 
 | ||||
|     LOG_APPEND(Log::LOG_INFO, "- %i remaining", | ||||
|         players.size()); | ||||
| } | ||||
| 
 | ||||
| void Players::NewPlayer(RakNet::RakNetGUID id) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue