Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-02-27 10:08:19 -05:00
7 changed files with 25 additions and 16 deletions

View File

@@ -568,6 +568,7 @@ public class Administration{
player = null;
type = null;
tile = null;
block = null;
}
}

View File

@@ -231,6 +231,8 @@ public class ChatFragment extends Table{
fadetime += 1f;
fadetime = Math.min(fadetime, messagesShown) + 1f;
if(scrollPos > 0) scrollPos++;
}
private static class ChatMessage{