Compare commits

..

No commits in common. "8592e8eece47cddd15166df60079ba0b9fe5646a" and "b76d85c77324c10534ead7531e0f9e91d2e13381" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

@ -6,6 +6,6 @@
<title>FakeBook</title>
</head>
<body>
<a href="https://airinsa.insat.fr"><img src="hairinsa.png" width="100%"></a>
<img src="hairinsa.png" width="100%">
</body>
</html>

View file

@ -87,12 +87,8 @@ function removePlayer(id)
function addKill(idKilled,idKiller)
{
if(player.id==idKiller){
if(player.id==idKiller)
player.kill++;
}
if(player.id==idKilled){
player.death++;
}
players.forEach((p) => {
if(p.id==idKilled)
p.death++;