Fixes lots more spelling errors (#5)
* Renames constructable to constructible * Fixes project references. * Fixes BaseEquippableLight file name * Replaces payed with paid. * Fixes various other spelling errors
This commit is contained in:
parent
ca4e99c179
commit
20ae1b3989
2195 changed files with 4617 additions and 4617 deletions
|
|
@ -281,7 +281,7 @@ namespace Server.Engines.Chat
|
|||
m_Voices.Add( user );
|
||||
|
||||
if ( moderator != null )
|
||||
user.SendMessage( 54, moderator.Username ); // %1, a conference moderator, has granted you speaking priviledges in this conference.
|
||||
user.SendMessage( 54, moderator.Username ); // %1, a conference moderator, has granted you speaking privileges in this conference.
|
||||
|
||||
SendMessage( 52, user, user.Username ); // %1 now has speaking privileges in this conference.
|
||||
SendCommand( ChatCommand.AddUserToChannel, user, user.GetColorCharacter() + user.Username );
|
||||
|
|
@ -298,7 +298,7 @@ namespace Server.Engines.Chat
|
|||
m_Voices.Remove( user );
|
||||
|
||||
if ( moderator != null )
|
||||
user.SendMessage( 53, moderator.Username ); // %1, a conference moderator, has removed your speaking priviledges for this conference.
|
||||
user.SendMessage( 53, moderator.Username ); // %1, a conference moderator, has removed your speaking privileges for this conference.
|
||||
|
||||
SendMessage( 51, user, user.Username ); // %1 no longer has speaking privileges in this conference.
|
||||
SendCommand( ChatCommand.AddUserToChannel, user, user.GetColorCharacter() + user.Username );
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ namespace Server.Engines.Chat
|
|||
if ( channel.CanTalk( from ) )
|
||||
channel.SendIgnorableMessage( 57, from, from.GetColorCharacter() + from.Username, param ); // %1: %2
|
||||
else
|
||||
from.SendMessage( 36 ); // The moderator of this conference has not given you speaking priviledges.
|
||||
from.SendMessage( 36 ); // The moderator of this conference has not given you speaking privileges.
|
||||
}
|
||||
|
||||
public static void EmoteMessage( ChatUser from, Channel channel, string param )
|
||||
|
|
@ -69,7 +69,7 @@ namespace Server.Engines.Chat
|
|||
if ( channel.CanTalk( from ) )
|
||||
channel.SendIgnorableMessage( 58, from, from.GetColorCharacter() + from.Username, param ); // %1 %2
|
||||
else
|
||||
from.SendMessage( 36 ); // The moderator of this conference has not given you speaking priviledges.
|
||||
from.SendMessage( 36 ); // The moderator of this conference has not given you speaking privileges.
|
||||
}
|
||||
|
||||
public static void PrivateMessage( ChatUser from, Channel channel, string param )
|
||||
|
|
@ -356,4 +356,4 @@ namespace Server.Engines.Chat
|
|||
channel.VoiceRestricted = !channel.VoiceRestricted;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue