jammsen / docker-palworld-dedicated-server

Docker container to easily provision and manage Palworld Dedicated Server
https://hub.docker.com/r/jammsen/palworld-dedicated-server
MIT License
911 stars 158 forks source link

[Bug Report] Player join/leave cannot have commas in name #227

Closed Dashboy1998 closed 7 months ago

Dashboy1998 commented 7 months ago

Have you read the Important information text above

Current behavior

If you have a comma in your name then only the part before the comma is shown when you join/leave. When I create a character whose name is Dash,boy1998 then I get the following palworld-dedicated-server | 04:13:10: Player Dash has joined the server.

Desired behavior

Should be showing the entire name so when I create a character whose name is Dash,boy1998 then I should get the following palworld-dedicated-server | 04:13:10: Player Dash,boy1998 has joined the server.

Links to screenshots

No response

To Reproduce

Steps to reproduce the behavior:

  1. Create a character whose name contains a comma
  2. View join/leave log

Software setup

N/A

Hardware setup

N/A

Additional context

No response

jammsen commented 7 months ago

Fixed that and also striped all chars execept [a-zA-Z0-9]