debug
This commit is contained in:
@@ -30,7 +30,7 @@ namespace ReallifeGamemode.Server.Util
|
|||||||
{
|
{
|
||||||
string animationName = animations.ElementAt(0);
|
string animationName = animations.ElementAt(0);
|
||||||
List<string> nextAnimations = animations.Skip(1).ToList();
|
List<string> nextAnimations = animations.Skip(1).ToList();
|
||||||
player.SendChatMessage(nextAnimations.ToString());
|
nextAnimations.ForEach(s => player.SendChatMessage(s));
|
||||||
|
|
||||||
player.SyncAnimation(animationName);
|
player.SyncAnimation(animationName);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user