From 0dc472573ffda9ce50d471687afafeea451d2e05 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 30 Aug 2012 15:01:40 +0200 Subject: [PATCH] Remove version prints --- Monomyth.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Monomyth.lua b/Monomyth.lua index 5d324d5..23f3271 100644 --- a/Monomyth.lua +++ b/Monomyth.lua @@ -1,10 +1,3 @@ -if(select(4, GetBuildInfo()) == 50001) then - print('|cff33ff99Monomyth:|r Thanks for testing out the beta version. Make sure to report any issues!') -else - print('|cff33ff99Monomyth:|r You seem to have installed a version not compatible with this version of the game.') - return -end - local Monomyth = CreateFrame('Frame') Monomyth:SetScript('OnEvent', function(self, event, ...) self[event](...) end) -- 1.7.9.5