Skip to content

Commit

Permalink
fixed plugin name & version number
Browse files Browse the repository at this point in the history
  • Loading branch information
craftycram committed Sep 19, 2020
1 parent e426446 commit 12e8115
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MechanicBackup/EntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Net;
using System;

[assembly: Rage.Attributes.Plugin("´MechanicBackupPlugin", Description = "Dispatches a mechanic or towing unit to fix your current vehicle.", Author = "craftycram")]
[assembly: Rage.Attributes.Plugin("MechanicBackupPlugin", Description = "Dispatches a mechanic or towing unit to fix your current vehicle.", Author = "craftycram")]
namespace MechanicBackup
{
public static class EntryPoint
Expand All @@ -12,9 +12,8 @@ public static void Main()
{
GameFiber.StartNew(delegate
{
//Game.DisplayHelp("Hello World!");

Version currentVersion = new Version("1.0.2");
Version currentVersion = new Version("1.1.0");
Version newVersion = new Version();

Game.DisplayNotification("MechanicBackupPlugin " + currentVersion + " loaded successfully");
Expand Down

0 comments on commit 12e8115

Please sign in to comment.