mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 22:59:02 +00:00
Newly registered users can now login on the game server,
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# MySQL username
|
||||
mysql_user=mar
|
||||
# MySQL password
|
||||
# MySQL password/
|
||||
mysql_pass=mar
|
||||
# MySQL address
|
||||
mysql_url=jdbc:mysql://localhost:3306/mar?useSSL=false
|
||||
save_interval=10
|
||||
# Web server port
|
||||
webSocket_port=8887
|
||||
webSocket_host=localhost
|
||||
webSocket_host=0.0.0.0
|
||||
# ----------------------------------------------
|
||||
|
||||
# Length of a tick in ms
|
||||
@@ -29,13 +29,11 @@ new_user_worldY = 0
|
||||
# Effect when the new user's controlled unit spawns
|
||||
new_user_effect=WARNING
|
||||
# Default user code
|
||||
new_user_code=; TODO: Add link to wiki or something here\n\
|
||||
.data\n\
|
||||
; Declare data here\n\
|
||||
new_user_code=; Welcome to Much Assembly required!\n\
|
||||
; You will find useful information on the game here: https://github.com/simon987/Much-Assembly-Required/wiki\n\
|
||||
.text\n\
|
||||
main:\n\
|
||||
; Write code here\n\
|
||||
brk
|
||||
\t; Write code here\n\
|
||||
\tbrk
|
||||
# Default held item
|
||||
new_user_item=0
|
||||
# ----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user