Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bamq committed Mar 26, 2017
1 parent d0395f0 commit 7bbebd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/autorun/gmodeggs_autorun.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Created by bamq. (https://steamcommunity.com/id/bamq)
* Garry's Mod - GModEggs Easter Eggs System.
* 24 March 2017
* Updated 25 March 2017
*
* Originally made for The Drunken T's TTT server.
* https://steamcommunity.com/groups/thedrunkent
Expand All @@ -24,14 +24,14 @@
//-----------------------------------------------------------------------]]--

GEggs = {}
GEggs.VERSION = "1.0"
GEggs.VERSION = "1.1"

if SERVER then
include( "sv_eggs.lua" )
else
include( "cl_eggs.lua" )
end

MsgN( "GModEggs v" .. GEggs.VERSION .. " Initialized. Created by bamq." )
MsgN( "GModEggs v" .. GEggs.VERSION .. " initialized. Created by bamq." )

-- Created by bamq.

0 comments on commit 7bbebd6

Please sign in to comment.