Skip to content

Commit

Permalink
E
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Dec 23, 2023
1 parent 7616fe6 commit 9ea43c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/ui/modals/ChangelogModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function ChangelogModal() {
<ul>
<li>
<h3 style={{color: 'cyan', fontStyle: 'italic'}}>
V2 development build
V2 is here, with a TON of new features!
</h3>
</li>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion server/src/game/GameMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class GameMap {
spawnPlayerBot() {
this.addAI({
type: Types.Entity.Player,
name: `${helpers.randomNickname()}Bot`,
name: `${helpers.randomNickname()}`,
isPlayer: true,
respawnTime: [10, 30],
});
Expand Down

0 comments on commit 9ea43c0

Please sign in to comment.