blah
This commit is contained in:
@ -7,7 +7,7 @@ namespace RageCoop.Client
|
|||||||
{
|
{
|
||||||
private void DisplaySpeaking(bool speaking)
|
private void DisplaySpeaking(bool speaking)
|
||||||
{
|
{
|
||||||
if (MainPed == null || !MainPed.Exists() || !MainPed.IsHuman)
|
if (!MainPed.IsHuman)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (speaking)
|
if (speaking)
|
||||||
|
@ -7,7 +7,6 @@ using System;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Windows.Forms;
|
|
||||||
|
|
||||||
namespace RageCoop.Client
|
namespace RageCoop.Client
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user