Ignore:
Timestamp:
Jun 17, 2024, 5:25:43 PM (5 months ago)
Author:
alloc
Message:

1.1.0.1 Release for V 1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/CommandExtensions/src/Commands/Give.cs

    r405 r487  
    66        [UsedImplicitly]
    77        public class Give : ConsoleCmdAbstract {
    8                 protected override string getDescription () {
     8                public override string getDescription () {
    99                        return "give an item to a player (entity id or name)";
    1010                }
    1111
    12                 protected override string getHelp () {
     12                public override string getHelp () {
    1313                        return "Give an item to a player by dropping it in front of that player\n" +
    1414                               "Usage:\n" +
     
    2121                }
    2222
    23                 protected override string[] getCommands () {
     23                public override string[] getCommands () {
    2424                        return new[] {"give", string.Empty};
    2525                }
Note: See TracChangeset for help on using the changeset viewer.