removed namespaces
This commit is contained in:
		
				
					committed by
					
						
						Steffen Schröder
					
				
			
			
				
	
			
			
			
						parent
						
							7d8ba59771
						
					
				
				
					commit
					796d46f199
				
			@@ -1,7 +1,5 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace ManiaControl\Plugins;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
use ManiaControl\Commands\CommandListener;
 | 
					use ManiaControl\Commands\CommandListener;
 | 
				
			||||||
use ManiaControl\ManiaControl;
 | 
					use ManiaControl\ManiaControl;
 | 
				
			||||||
use ManiaControl\Players\Player;
 | 
					use ManiaControl\Players\Player;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,5 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace ManiaControl\Plugins;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
use FML\Controls\Control;
 | 
					use FML\Controls\Control;
 | 
				
			||||||
use FML\Controls\Frame;
 | 
					use FML\Controls\Frame;
 | 
				
			||||||
use FML\Controls\Gauge;
 | 
					use FML\Controls\Gauge;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user