Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
e40341ff
Commit
e40341ff
authored
Apr 22, 2024
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make player messages stay on screen .5 seconds longer
parent
558cebb2
Pipeline
#12002
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ChatDataManager.java
src/main/java/com/owlmaddie/chat/ChatDataManager.java
+1
-1
No files found.
src/main/java/com/owlmaddie/chat/ChatDataManager.java
View file @
e40341ff
...
...
@@ -42,7 +42,7 @@ public class ChatDataManager {
public
static
int
MAX_CHAR_PER_LINE
=
20
;
public
static
int
DISPLAY_NUM_LINES
=
3
;
public
static
int
MAX_CHAR_IN_USER_MESSAGE
=
512
;
public
static
int
TICKS_TO_DISPLAY_USER_MESSAGE
=
6
0
;
public
static
int
TICKS_TO_DISPLAY_USER_MESSAGE
=
7
0
;
public
QuestJson
quest
=
null
;
private
static
final
Gson
GSON
=
new
Gson
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment