Skip to content

Commit

Permalink
default protection to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacThoman committed Jan 4, 2025
1 parent 9cb9687 commit f2f8778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/Player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class Player {
public chatMsg = '';
public latency = 1000;
public health = 100; //server-controlled
public protection = 2; //server-controlled
public protection = 1; //server-controlled
public forced = false; //server-controlled
public forcedAcknowledged = false;
public inventory: number[] = []; //server-controlled
Expand Down

0 comments on commit f2f8778

Please sign in to comment.