Skip to content

Commit 567c098

Browse files
Fix typos on lightyear (#1487)
1 parent 123efbf commit 567c098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/news/050/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ Check out the [examples][lightyear_examples]!
178178
The latest release, [0.13][lightyear_release], brings two big new features:
179179
- **Steam support**: you can now use the Steamworks SDK as your transport layer, which lets you use the Valve network!
180180
Note that lightyear supports running multiple transports in parallel, so it's possible to have cross-play between steam and non-steam users.
181-
- **Listen-server mode**: it is not possible to run a server and a client in the same process/bevy app.
182-
This is can be useful to avoid the costs of a dedicated server, or to have a similar codebase between singleplayer and multiplayer.
181+
- **Listen-server mode**: it is now possible to run a server and a client in the same process/bevy app.
182+
This can be useful to avoid the costs of a dedicated server, or to have a similar codebase between singleplayer and multiplayer.
183183

184184
[Example (with 300ms of latency)](https://github.com/cBournhonesque/lightyear/assets/8112632/ee547c32-1f14-4bdc-9e6d-67f900af84d0)
185185

0 commit comments

Comments
 (0)