Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andiricum2 committed Dec 22, 2023
1 parent 197143a commit fae184a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pieraknet/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def stop(self):

if __name__ == '__main__':
server = Server()
server.name = 'MCPE;PieMC Server;589;1.20.0;2;20;13253860892328930865;Powered by PieMC;Survival;1;19132;19133;'
server.name = 'MCPE;PieRakNet Server;589;1.20.0;2;20;13253860892328930865;Powered by PieMC;Survival;1;19132;19133;'
try:
server.start()
except KeyboardInterrupt:
Expand Down

0 comments on commit fae184a

Please sign in to comment.