Commit 22de0ae
authored
fix: correctly replace placeholders in syncproxy tablist (#1254)
### Motivation
Due to recent changes in syncproxy placeholders the wrong replacements
were used.
### Modification
Replaced `max_players` and `online_players` before giving it into the
common replacer as it might use wrong values.
### Result
The replacements are correct and the displayed values too.1 parent 999655f commit 22de0ae
1 file changed
Lines changed: 4 additions & 4 deletions
File tree
- modules/syncproxy/src/main/java/eu/cloudnetservice/modules/syncproxy/platform
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
297 | 296 | | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
0 commit comments